mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 04:25:31 +08:00
fix discrepancy
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
f4c38857d7
commit
525cc5e777
@ -266,7 +266,7 @@ int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
|
||||
STORE_OBJECT *object;
|
||||
int i;
|
||||
|
||||
check_store(s, STORE_F_STORE_CERTIFICATE,
|
||||
check_store(s, STORE_F_STORE_STORE_CERTIFICATE,
|
||||
store_object, STORE_R_NO_STORE_OBJECT_FUNCTION);
|
||||
|
||||
object = STORE_OBJECT_new();
|
||||
|
Loading…
Reference in New Issue
Block a user