X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fstore%2Fstore_err.c;h=d3dd382aef82682895843118774f82c789c4bdf6;hb=e61ec2d9babf30da3a4d94554e576bf10c1fc92c;hp=20f19fcd2600affdad952c19b8974a46ac468d13;hpb=e1613d9f253329e033c62d1ed7d0b7826bf82965;p=openssl.git diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c index 20f19fcd26..d3dd382aef 100644 --- a/crypto/store/store_err.c +++ b/crypto/store/store_err.c @@ -65,6 +65,7 @@ static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = { "ambiguous content type"}, {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_INVALID_SCHEME), "invalid scheme"}, + {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_IS_NOT_A), "is not a"}, {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CERTIFICATE), "not a certificate"}, {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CRL), "not a crl"},