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:
b111c5b
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Mon, 25 Mar 2002 12:53:25 +0000
(12:53 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 25 Mar 2002 12:53:25 +0000
(12:53 +0000)
crypto/dh/dhtest.c
patch
|
blob
|
history
diff --git
a/crypto/dh/dhtest.c
b/crypto/dh/dhtest.c
index 11ec20c3ae643f4f895bcb68265f0785c766ef2a..a38465da130e9fa117829869ce7110712514c0b1 100644
(file)
--- a/
crypto/dh/dhtest.c
+++ b/
crypto/dh/dhtest.c
@@
-66,6
+66,7
@@
#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/rand.h>
+#include <openssl/err.h>
#ifdef NO_DH
int main(int argc, char *argv[])