fix discrepancy
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Nov 2015 14:00:41 +0000 (14:00 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Nov 2015 15:48:37 +0000 (15:48 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/store/str_lib.c

index 55ca19da8a03e02ea493958be9ffc0f09d4ebac9..1b554c3f565c4cd7da1726f6a0fd2d07a2d47f76 100644 (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();