projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c3885
)
fix discrepancy
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 3 Nov 2015 14:00:41 +0000
(14:00 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/store/str_lib.c
b/crypto/store/str_lib.c
index 55ca19da8a03e02ea493958be9ffc0f09d4ebac9..1b554c3f565c4cd7da1726f6a0fd2d07a2d47f76 100644
(file)
--- 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();