summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/md2
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-10-01 12:32:41 +0000
committernectar <nectar@FreeBSD.org>2003-10-01 12:32:41 +0000
commitd8e0ea4b4099a4a515737f88ac4a721aa18de408 (patch)
treed15d9b82d7e9e084b77588523bf3c458209272ab /crypto/openssl/crypto/md2
parent33988c2cf4782199183774795f0b9a5fab74bd66 (diff)
parentee25ce74b3f6742c1079590363995e56ff51b014 (diff)
downloadFreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.zip
FreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.tar.gz
This commit was generated by cvs2svn to compensate for changes in r120631,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/crypto/md2')
-rw-r--r--crypto/openssl/crypto/md2/md2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/md2/md2test.c b/crypto/openssl/crypto/md2/md2test.c
index 901d0a7..9c1e28b 100644
--- a/crypto/openssl/crypto/md2/md2test.c
+++ b/crypto/openssl/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>
OpenPOWER on IntegriCloud