artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59536ef
)
Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().
author
jsing
<jsing@openbsd.org>
Fri, 16 May 2014 14:45:18 +0000
(14:45 +0000)
committer
jsing
<jsing@openbsd.org>
Fri, 16 May 2014 14:45:18 +0000
(14:45 +0000)
From Brent Cook.
regress/lib/libcrypto/rc4/rc4test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/rc4/rc4test.c
b/regress/lib/libcrypto/rc4/rc4test.c
index
a0b08a6
..
c4d34b1
100644
(file)
--- a/
regress/lib/libcrypto/rc4/rc4test.c
+++ b/
regress/lib/libcrypto/rc4/rc4test.c
@@
-60,6
+60,7
@@
#include <stdlib.h>
#include <string.h>
+#include <openssl/evp.h>
#include <openssl/rc4.h>
#include <openssl/sha.h>