summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-07 20:11:42 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-07 20:11:42 +0000
commitd8e660a6dcbc15f53d526cb44c8659a3e59b24c1 (patch)
treeb59fd032a7e4e87763188d61edbbb7b987e9b21b /crypto/store
parent761f3b403b45d3260b5c7cdfce45a57691c27c60 (diff)
Typo in str_lib [from HEAD].
PR: 1177
Diffstat (limited to 'crypto/store')
-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 c0ad763e9a..32ae5bd395 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -236,7 +236,7 @@ const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth)
#define check_store(s,fncode,fnname,fnerrcode) \
do \
{ \
- if ((s) == NULL || (s)->meth) \
+ if ((s) == NULL || (s)->meth == NULL) \
{ \
STOREerr((fncode), ERR_R_PASSED_NULL_PARAMETER); \
return 0; \