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:
5643124
)
Make it build.
author
Ben Laurie
<ben@links.org>
Sun, 25 May 2014 16:25:56 +0000
(17:25 +0100)
committer
Ben Laurie
<ben@links.org>
Sun, 25 May 2014 16:35:04 +0000
(17:35 +0100)
Closes #31.
crypto/evp/p5_crpt2_test.c
patch
|
blob
|
history
diff --git
a/crypto/evp/p5_crpt2_test.c
b/crypto/evp/p5_crpt2_test.c
index ad57e17655b372dd1304016b20140782ddc82bc8..3527a21fecdc28336f314a3d2a1e0861ded05cb1 100644
(file)
--- a/
crypto/evp/p5_crpt2_test.c
+++ b/
crypto/evp/p5_crpt2_test.c
@@
-137,7
+137,7
@@
convert(unsigned char *dst, const unsigned char *src, int len) {
*dst = 0;
}
-void
+
static
void
test_p5_pbkdf2(int i, char *digestname, testdata *test, const char *hex)
{
const EVP_MD *digest;
@@
-218,7
+218,7
@@
int main(int argc,char **argv) {
#endif
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
- ERR_remove_
state(0
);
+ ERR_remove_
thread_state(NULL
);
ERR_free_strings();
CRYPTO_mem_leaks_fp(stderr);
return 0;