X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509_err.c;fp=crypto%2Fx509%2Fx509_err.c;h=1d0c518b51cd5884d2c569719e99841415c7a4b6;hp=c87d74daea3d64e0f8b0764e94af410d11fc262d;hb=9fd6f7d1cd2a3c8e2bc69dcb8bde8406eb6c2623;hpb=b97a28b19d606d6782622a14ae06831b231c94a4 diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c index c87d74daea..1d0c518b51 100644 --- a/crypto/x509/x509_err.c +++ b/crypto/x509/x509_err.c @@ -129,6 +129,8 @@ static const ERR_STRING_DATA X509_str_reasons[] = { {ERR_PACK(ERR_LIB_X509, 0, X509_R_CRL_VERIFY_FAILURE), "crl verify failure"}, {ERR_PACK(ERR_LIB_X509, 0, X509_R_IDP_MISMATCH), "idp mismatch"}, + {ERR_PACK(ERR_LIB_X509, 0, X509_R_INVALID_ATTRIBUTES), + "invalid attributes"}, {ERR_PACK(ERR_LIB_X509, 0, X509_R_INVALID_DIRECTORY), "invalid directory"}, {ERR_PACK(ERR_LIB_X509, 0, X509_R_INVALID_FIELD_NAME), "invalid field name"},