remove unused method declaration
authorDr. Stephen Henson <steve@openssl.org>
Fri, 13 Feb 2015 13:33:36 +0000 (13:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 13 Feb 2015 14:00:21 +0000 (14:00 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/evp_test.c

index 78e8b7020e9e9a68a624adda03f7d7603f764028..7706ee135ea4bff90fc7ff5a7df927de8b4e1b44 100644 (file)
@@ -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;