commit | 4d7e1f9c4f03e36a7a343a3c17d36c31cddc898b | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Apr 22 09:00:29 2015 -0700 |
committer | Kenny Root <kroot@google.com> | Wed Apr 22 09:02:11 2015 -0700 |
tree | c44b6615a7cb29c7285607fda6574a346cd604ee | |
parent | 50dbf20c68139f5479ba4a1825888049d8117696 [diff] |
OpenSSLEngine: do not try to load ENGINE for BoringSSL Since BoringSSL doesn't use ENGINE instances, we should not fail when the native code returns the equivalent of a NULL instance. This change propagates the knowledge of whether we're using BoringSSL or OpenSSL up to the Java layer. Change-Id: Ib8c2224a909564ae6f0c6d5984020c44517f6c29