summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 22:13:45 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 22:13:45 +0000
commitec577822f95a8bca0023c5c77cef1a4916822d4a (patch)
tree206e75c0178ff0719b87a4d94e261fc243ce42a8 /crypto/md5
parent806115771c7a056756cb5f93bb3aaa71cd418e49 (diff)
Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl6
-rw-r--r--crypto/md5/md5.c2
-rw-r--r--crypto/md5/md5_dgst.c2
-rw-r--r--crypto/md5/md5_locl.h2
-rw-r--r--crypto/md5/md5test.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index 3a7b009970..d3277d4f05 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -69,15 +69,15 @@ files:
links:
@$(TOP)/util/point.sh Makefile.ssl Makefile
- @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+ @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
@$(TOP)/util/mklink.sh ../../test $(TEST)
@$(TOP)/util/mklink.sh ../../apps $(APPS)
install:
@for i in $(EXHEADER) ; \
do \
- (cp $$i $(INSTALLTOP)/include/$$i; \
- chmod 644 $(INSTALLTOP)/include/$$i ); \
+ (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
+ chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
done;
tags:
diff --git a/crypto/md5/md5.c b/crypto/md5/md5.c
index d37db034aa..1ca642f324 100644
--- a/crypto/md5/md5.c
+++ b/crypto/md5/md5.c
@@ -58,7 +58,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "md5.h"
+#include <openssl/md5.h>
#define BUFSIZE 1024*16
diff --git a/crypto/md5/md5_dgst.c b/crypto/md5/md5_dgst.c
index 104918909a..fd65c5503c 100644
--- a/crypto/md5/md5_dgst.c
+++ b/crypto/md5/md5_dgst.c
@@ -58,7 +58,7 @@
#include <stdio.h>
#include "md5_locl.h"
-#include "opensslv.h"
+#include <openssl/opensslv.h>
char *MD5_version="MD5" OPENSSL_VERSION_PTEXT;
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index dbbe1b71ca..2962e773e3 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -63,7 +63,7 @@
#include <stdlib.h>
#include <string.h>
-#include "md5.h"
+#include <openssl/md5.h>
#define ULONG unsigned long
#define UCHAR unsigned char
diff --git a/crypto/md5/md5test.c b/crypto/md5/md5test.c
index 33b204f8e6..cb9e74be97 100644
--- a/crypto/md5/md5test.c
+++ b/crypto/md5/md5test.c
@@ -59,7 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include "md5.h"
+#include <openssl/md5.h>
char *test[]={
"",