summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md2/md2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md2/md2test.c')
-rw-r--r--src/lib/libcrypto/md2/md2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md2/md2test.c b/src/lib/libcrypto/md2/md2test.c
index 9c1e28b6ce..901d0a7d8e 100644
--- a/src/lib/libcrypto/md2/md2test.c
+++ b/src/lib/libcrypto/md2/md2test.c
@@ -59,6 +59,7 @@
59#include <stdio.h> 59#include <stdio.h>
60#include <stdlib.h> 60#include <stdlib.h>
61#include <string.h> 61#include <string.h>
62#include <openssl/md2.h>
62 63
63#include "../e_os.h" 64#include "../e_os.h"
64 65
@@ -70,7 +71,6 @@ int main(int argc, char *argv[])
70} 71}
71#else 72#else
72#include <openssl/evp.h> 73#include <openssl/evp.h>
73#include <openssl/md2.h>
74 74
75#ifdef CHARSET_EBCDIC 75#ifdef CHARSET_EBCDIC
76#include <openssl/ebcdic.h> 76#include <openssl/ebcdic.h>