From dd3c43c5323d236a42efb1c7d6b509b927747953 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Fri, 23 Apr 1999 23:28:26 +0000 Subject: Submitted by: Reviewed by: PR: --- times/x86/bfs.cpp | 2 +- times/x86/casts.cpp | 2 +- times/x86/des3s.cpp | 2 +- times/x86/dess.cpp | 2 +- times/x86/md5s.cpp | 2 +- times/x86/rc4s.cpp | 2 +- times/x86/sha1s.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'times/x86') diff --git a/times/x86/bfs.cpp b/times/x86/bfs.cpp index 272ed2f978..d74c457760 100644 --- a/times/x86/bfs.cpp +++ b/times/x86/bfs.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "blowfish.h" +#include void main(int argc,char *argv[]) { diff --git a/times/x86/casts.cpp b/times/x86/casts.cpp index 7f524da57b..7661191acf 100644 --- a/times/x86/casts.cpp +++ b/times/x86/casts.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "cast.h" +#include void main(int argc,char *argv[]) { diff --git a/times/x86/des3s.cpp b/times/x86/des3s.cpp index 9aff6494d9..02d527c057 100644 --- a/times/x86/des3s.cpp +++ b/times/x86/des3s.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "des.h" +#include void main(int argc,char *argv[]) { diff --git a/times/x86/dess.cpp b/times/x86/dess.cpp index 7fb5987314..753e67ad9b 100644 --- a/times/x86/dess.cpp +++ b/times/x86/dess.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "des.h" +#include void main(int argc,char *argv[]) { diff --git a/times/x86/md5s.cpp b/times/x86/md5s.cpp index ef8e175df0..dd343fd4e6 100644 --- a/times/x86/md5s.cpp +++ b/times/x86/md5s.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "md5.h" +#include extern "C" { void md5_block_x86(MD5_CTX *ctx, unsigned char *buffer,int num); diff --git a/times/x86/rc4s.cpp b/times/x86/rc4s.cpp index 39f1727dd3..3814fde997 100644 --- a/times/x86/rc4s.cpp +++ b/times/x86/rc4s.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "rc4.h" +#include void main(int argc,char *argv[]) { diff --git a/times/x86/sha1s.cpp b/times/x86/sha1s.cpp index 0163377de6..3103e1871b 100644 --- a/times/x86/sha1s.cpp +++ b/times/x86/sha1s.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include #include -#include "sha.h" +#include extern "C" { void sha1_block_x86(SHA_CTX *ctx, unsigned char *buffer,int num); -- cgit v1.2.3