am 4d572b01
: Merge "Load crypto plugins from additional shared libraries" into jb-mr2-dev
* commit '4d572b0134318433467b95f829545753147c0b43': Load crypto plugins from additional shared libraries
This commit is contained in:
@ -74,7 +74,7 @@ sp<ICrypto> JCrypto::MakeCrypto() {
|
||||
|
||||
sp<ICrypto> crypto = service->makeCrypto();
|
||||
|
||||
if (crypto == NULL || crypto->initCheck() != OK) {
|
||||
if (crypto == NULL || (crypto->initCheck() != OK && crypto->initCheck() != NO_INIT)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user