From ec577822f95a8bca0023c5c77cef1a4916822d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 23 Apr 1999 22:13:45 +0000 Subject: Change #include filenames from to . Submitted by: Reviewed by: PR: --- crypto/ripemd/Makefile.ssl | 6 +++--- crypto/ripemd/rmd160.c | 2 +- crypto/ripemd/rmd_dgst.c | 2 +- crypto/ripemd/rmd_locl.h | 2 +- crypto/ripemd/rmdtest.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'crypto/ripemd') diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl index 221572aef2..37fc3875f9 100644 --- a/crypto/ripemd/Makefile.ssl +++ b/crypto/ripemd/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/ripemd/rmd160.c b/crypto/ripemd/rmd160.c index bee04ce69c..d73a9a6225 100644 --- a/crypto/ripemd/rmd160.c +++ b/crypto/ripemd/rmd160.c @@ -58,7 +58,7 @@ #include #include -#include "ripemd.h" +#include #define BUFSIZE 1024*16 diff --git a/crypto/ripemd/rmd_dgst.c b/crypto/ripemd/rmd_dgst.c index 659828e5bf..ea3c5c5d32 100644 --- a/crypto/ripemd/rmd_dgst.c +++ b/crypto/ripemd/rmd_dgst.c @@ -58,7 +58,7 @@ #include #include "rmd_locl.h" -#include "opensslv.h" +#include char *RMD160_version="RIPE-MD160" OPENSSL_VERSION_PTEXT; diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h index a1feccf7c1..9539f58ad5 100644 --- a/crypto/ripemd/rmd_locl.h +++ b/crypto/ripemd/rmd_locl.h @@ -58,7 +58,7 @@ #include #include -#include "ripemd.h" +#include #define ULONG unsigned long #define UCHAR unsigned char diff --git a/crypto/ripemd/rmdtest.c b/crypto/ripemd/rmdtest.c index 4e5d87feaa..da07a02728 100644 --- a/crypto/ripemd/rmdtest.c +++ b/crypto/ripemd/rmdtest.c @@ -59,7 +59,7 @@ #include #include #include -#include "ripemd.h" +#include char *test[]={ "", -- cgit v1.2.1