summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/store/str_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index 55ca19da8a..1b554c3f56 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -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();