X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fencode_decode%2Fencoder_err.c;h=2c95a2a20ebd7d1b7d3439ed0734c9cc16e55596;hb=b8975c68b1a7796993759db22905d0ef05f7e077;hp=5416f8390ecaf9859745e70250717915520057e6;hpb=ece9304c96f71277ca95696d9bc49fdec51e9f17;p=openssl.git diff --git a/crypto/encode_decode/encoder_err.c b/crypto/encode_decode/encoder_err.c index 5416f8390e..2c95a2a20e 100644 --- a/crypto/encode_decode/encoder_err.c +++ b/crypto/encode_decode/encoder_err.c @@ -14,10 +14,12 @@ #ifndef OPENSSL_NO_ERR static const ERR_STRING_DATA OSSL_ENCODER_str_reasons[] = { - {ERR_PACK(ERR_LIB_OSSL_ENCODER, 0, OSSL_ENCODER_R_INCORRECT_PROPERTY_QUERY), - "incorrect property query"}, {ERR_PACK(ERR_LIB_OSSL_ENCODER, 0, OSSL_ENCODER_R_ENCODER_NOT_FOUND), - "encoder not found"}, + "encoder not found"}, + {ERR_PACK(ERR_LIB_OSSL_ENCODER, 0, OSSL_ENCODER_R_INCORRECT_PROPERTY_QUERY), + "incorrect property query"}, + {ERR_PACK(ERR_LIB_OSSL_ENCODER, 0, OSSL_ENCODER_R_MISSING_GET_PARAMS), + "missing get params"}, {0, NULL} };