summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
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/err_all.c
parentc748c1147623beaf8ea3a33d5c4b1535f74baa16 (diff)
Add KDF error codes
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 2 insertions, 0 deletions
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();
}