From: Dr. Stephen Henson Date: Fri, 13 Feb 2015 13:33:36 +0000 (+0000) Subject: remove unused method declaration X-Git-Tag: OpenSSL_1_1_0-pre1~1633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e31463923dae15f23cc53b1d72e5a768e37fbc;p=thirdparty%2Fopenssl.git remove unused method declaration Reviewed-by: Richard Levitte --- diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 78e8b7020e9..7706ee135ea 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -208,7 +208,7 @@ struct evp_test_method { }; static const struct evp_test_method digest_test_method, cipher_test_method; -static const struct evp_test_method aead_test_method, mac_test_method; +static const struct evp_test_method mac_test_method; static const struct evp_test_method psign_test_method, pverify_test_method; static const struct evp_test_method pdecrypt_test_method; static const struct evp_test_method pverify_recover_test_method;