]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cpt_err.c
Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
[thirdparty/openssl.git] / crypto / cpt_err.c
index fdf0e6ebce2f03d47cc4a398ea9df107cd34a15d..012f181d2afaeb92e63689904a5d0092356c126f 100644 (file)
@@ -40,6 +40,8 @@ static const ERR_STRING_DATA CRYPTO_str_reasons[] = {
     {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_TOO_MANY_BYTES), "too many bytes"},
     {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_TOO_MANY_RECORDS),
     "too many records"},
+    {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_TOO_SMALL_BUFFER),
+    "too small buffer"},
     {ERR_PACK(ERR_LIB_CRYPTO, 0, CRYPTO_R_ZERO_LENGTH_NUMBER),
     "zero length number"},
     {0, NULL}