summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-04-05 16:58:39 +0000
committerBen Laurie <ben@openssl.org>2007-04-05 16:58:39 +0000
commit8bbf6ac01056f6e5bba5fd5950fc0356f31cef5b (patch)
tree41ccf5a9eac887545bad9160f902f1aa58f8ab85 /crypto/pem/pem.h
parent38e952e8aeb0fa2f6864b0d2bc4fd30db991763c (diff)
Don't dereference NULL argument. Coverity ID 52.
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index 51be12317d..9d3f90e46a 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -615,6 +615,7 @@ void ERR_load_PEM_strings(void);
#define PEM_R_BAD_PASSWORD_READ 104
#define PEM_R_BAD_VERSION_NUMBER 117
#define PEM_R_BIO_WRITE_FAILURE 118
+#define PEM_R_CIPHER_IS_NULL 127
#define PEM_R_ERROR_CONVERTING_PRIVATE_KEY 115
#define PEM_R_EXPECTING_PRIVATE_KEY_BLOB 119
#define PEM_R_EXPECTING_PUBLIC_KEY_BLOB 120