Merge "Remove RSA_FLAG_CACHE_PUBLIC." am: 6ec80146e5
am: de77a0910b
am: da0d915dfe
Change-Id: I44c48b7c8d6060ecf7c98c113fe3d29f95dddbf9
This commit is contained in:
commit
8bc0be07d6
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class KeystoreEngine {
|
|||
memset(&rsa_method_, 0, sizeof(rsa_method_));
|
||||
rsa_method_.common.is_static = 1;
|
||||
rsa_method_.private_transform = rsa_private_transform;
|
||||
rsa_method_.flags = RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_OPAQUE;
|
||||
rsa_method_.flags = RSA_FLAG_OPAQUE;
|
||||
ENGINE_set_RSA_method(engine_, &rsa_method_, sizeof(rsa_method_));
|
||||
|
||||
memset(&ecdsa_method_, 0, sizeof(ecdsa_method_));
|
||||
|
|
Loading…
Reference in a new issue