diff options
Diffstat (limited to 'src/lib/libcrypto/md2/md2test.c')
-rw-r--r-- | src/lib/libcrypto/md2/md2test.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/md2/md2test.c b/src/lib/libcrypto/md2/md2test.c index 901d0a7d8e..7d3664faf5 100644 --- a/src/lib/libcrypto/md2/md2test.c +++ b/src/lib/libcrypto/md2/md2test.c | |||
@@ -61,8 +61,6 @@ | |||
61 | #include <string.h> | 61 | #include <string.h> |
62 | #include <openssl/md2.h> | 62 | #include <openssl/md2.h> |
63 | 63 | ||
64 | #include "../e_os.h" | ||
65 | |||
66 | #ifdef OPENSSL_NO_MD2 | 64 | #ifdef OPENSSL_NO_MD2 |
67 | int main(int argc, char *argv[]) | 65 | int main(int argc, char *argv[]) |
68 | { | 66 | { |
@@ -124,7 +122,8 @@ int main(int argc, char *argv[]) | |||
124 | R++; | 122 | R++; |
125 | P++; | 123 | P++; |
126 | } | 124 | } |
127 | EXIT(err); | 125 | exit(err); |
126 | return(0); | ||
128 | } | 127 | } |
129 | 128 | ||
130 | static char *pt(unsigned char *md) | 129 | static char *pt(unsigned char *md) |