projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5bf3c9
)
remove unused method declaration
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 13 Feb 2015 13:33:36 +0000
(13:33 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index 78e8b7020e9e9a68a624adda03f7d7603f764028..7706ee135ea4bff90fc7ff5a7df927de8b4e1b44 100644
(file)
--- 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;