remove unused method declaration
[openssl.git] / 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;