aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-02 04:11:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-02 21:30:56 +0000
commit3e30fa0a6df46b39e0c69b3ab8f9d1c03cab2012 (patch)
tree22debb3bb5ca6f46d57a5f6c51ead6f9baf7421a /crypto/err
parentc748c1147623beaf8ea3a33d5c4b1535f74baa16 (diff)
downloadopenssl-3e30fa0a6df46b39e0c69b3ab8f9d1c03cab2012.tar.gz
Add KDF error codes
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c1
-rw-r--r--crypto/err/err_all.c2
-rw-r--r--crypto/err/openssl.ec1
3 files changed, 4 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 15471814a1..181882d04e 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -157,6 +157,7 @@ static ERR_STRING_DATA ERR_str_libraries[] = {
{ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"},
{ERR_PACK(ERR_LIB_CT, 0, 0), "CT routines"},
{ERR_PACK(ERR_LIB_ASYNC, 0, 0), "ASYNC routines"},
+ {ERR_PACK(ERR_LIB_KDF, 0, 0), "KDF routines"},
{0, NULL},
};
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 345ce44023..be6a30e93b 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -102,6 +102,7 @@
# include <openssl/ct.h>
#endif
#include <openssl/async.h>
+#include <openssl/kdf.h>
void err_load_crypto_strings_intern(void)
{
@@ -158,4 +159,5 @@ void err_load_crypto_strings_intern(void)
# endif
ERR_load_ASYNC_strings();
#endif
+ ERR_load_KDF_strings();
}
diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec
index ce9dc5c3bc..2e156600ad 100644
--- a/crypto/err/openssl.ec
+++ b/crypto/err/openssl.ec
@@ -35,6 +35,7 @@ L CMS include/openssl/cms.h crypto/cms/cms_err.c
L FIPS include/openssl/fips.h crypto/fips_err.h
L CT include/openssl/ct.h crypto/ct/ct_err.c
L ASYNC include/openssl/async.h crypto/async/async_err.c
+L KDF include/openssl/kdf.h crypto/kdf/kdf_err.c
# additional header files to be scanned for function names
L NONE crypto/x509/x509_vfy.h NONE