fix discrepancy

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-11-03 14:00:41 +00:00
parent f4c38857d7
commit 525cc5e777

View File

@ -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();