summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-11-03 14:00:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-11-05 15:48:37 +0000
commit525cc5e77718e213f6586e68ef59d62c1c2219a6 (patch)
treec584a906521aa3563124b6180a6f0490c9c349f0
parentf4c38857d75a8f95c0991feae514f8c3de3f060e (diff)
fix discrepancy
Reviewed-by: Richard Levitte <levitte@openssl.org>
-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();