From 525cc5e77718e213f6586e68ef59d62c1c2219a6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 3 Nov 2015 14:00:41 +0000 Subject: fix discrepancy Reviewed-by: Richard Levitte --- crypto/store/str_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3