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:
60790af
)
Move header file inclusion to prevent irritation of users forgetting to
author
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 28 May 2003 19:56:46 +0000
(19:56 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Wed, 28 May 2003 19:56:46 +0000
(19:56 +0000)
call "make depend" after enabling or disabling ciphers...
Submitted by: Tal Mozes <talm@cyber-ark.com>
PR: #628
crypto/md2/md2test.c
patch
|
blob
|
history
diff --git
a/crypto/md2/md2test.c
b/crypto/md2/md2test.c
index 901d0a7d8ea6130df702911aa1288f155153c7e1..9c1e28b6ce808cba0f7ade6f82c104786fb9d6d3 100644
(file)
--- a/
crypto/md2/md2test.c
+++ b/
crypto/md2/md2test.c
@@
-59,7
+59,6
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <openssl/md2.h>
#include "../e_os.h"
@@
-71,6
+70,7
@@
int main(int argc, char *argv[])
}
#else
#include <openssl/evp.h>
+#include <openssl/md2.h>
#ifdef CHARSET_EBCDIC
#include <openssl/ebcdic.h>