aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509v3/v3err.c')
-rw-r--r--crypto/x509v3/v3err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index d661623..6f30ba3 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -22,6 +22,8 @@ static const ERR_STRING_DATA X509V3_str_functs[] = {
"ASIdentifierChoice_canonize"},
{ERR_PACK(ERR_LIB_X509V3, X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL, 0),
"ASIdentifierChoice_is_canonical"},
+ {ERR_PACK(ERR_LIB_X509V3, X509V3_F_BIGNUM_TO_STRING, 0),
+ "bignum_to_string"},
{ERR_PACK(ERR_LIB_X509V3, X509V3_F_COPY_EMAIL, 0), "copy_email"},
{ERR_PACK(ERR_LIB_X509V3, X509V3_F_COPY_ISSUER, 0), "copy_issuer"},
{ERR_PACK(ERR_LIB_X509V3, X509V3_F_DO_DIRNAME, 0), "do_dirname"},