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