X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fdsa%2Fdsa_err.c;h=084392e7cf1b8910c25b14218a2315a058f855cb;hb=1211e29c168afcbde0ee277fa92e8d816abc350e;hp=353d81aa7ccbbd2a4f104ac7d8eee02a207d93fb;hpb=8a99cb29d1f0013243a532bccc1dc70ed678eebe;p=oweals%2Fopenssl.git diff --git a/crypto/dsa/dsa_err.c b/crypto/dsa/dsa_err.c index 353d81aa7c..084392e7cf 100644 --- a/crypto/dsa/dsa_err.c +++ b/crypto/dsa/dsa_err.c @@ -112,7 +112,6 @@ static ERR_STRING_DATA DSA_str_reasons[]= {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"}, {ERR_REASON(DSA_R_MODULUS_TOO_LARGE) ,"modulus too large"}, {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"}, -{ERR_REASON(DSA_R_NONCE_CANNOT_BE_PRECOMPUTED),"nonce cannot be precomputed"}, {ERR_REASON(DSA_R_NO_PARAMETERS_SET) ,"no parameters set"}, {ERR_REASON(DSA_R_PARAMETER_ENCODING_ERROR),"parameter encoding error"}, {ERR_REASON(DSA_R_Q_NOT_PRIME) ,"q not prime"},