summaryrefslogtreecommitdiff
path: root/crypto/md2
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-05-28 19:56:46 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-05-28 19:56:46 +0000
commit83b4f49c0a96ac43e8554b32fc1a6850041032f2 (patch)
tree158c3c48f5259e613454410878bf5cd2d622131a /crypto/md2
parent60790aff6fc085b76e671ef63d31d6d6dd02355d (diff)
downloadopenssl-new-83b4f49c0a96ac43e8554b32fc1a6850041032f2.tar.gz
Move header file inclusion to prevent irritation of users forgetting to
call "make depend" after enabling or disabling ciphers... Submitted by: Tal Mozes <talm@cyber-ark.com> PR: #628
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c
index 901d0a7d8e..9c1e28b6ce 100644
--- 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>