diff options
| author | 1999-09-29 04:35:07 +0000 | |
|---|---|---|
| committer | 1999-09-29 04:35:07 +0000 | |
| commit | 913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0 (patch) | |
| tree | 62c001f84cb6413a049c5c811a08bfbe7c747b77 /lib/libssl/src/times/x86/casts.cpp | |
| parent | fix byte counters; imain@netidea.com (diff) | |
| download | wireguard-openbsd-913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0.tar.xz wireguard-openbsd-913ec974266f8a62ab2e5ca34a31d6e6f75b3cf0.zip | |
OpenSSL 0.9.4 merge
Diffstat (limited to 'lib/libssl/src/times/x86/casts.cpp')
| -rw-r--r-- | lib/libssl/src/times/x86/casts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/times/x86/casts.cpp b/lib/libssl/src/times/x86/casts.cpp index 7f524da57bf..7661191acf5 100644 --- a/lib/libssl/src/times/x86/casts.cpp +++ b/lib/libssl/src/times/x86/casts.cpp @@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc) #include <stdio.h> #include <stdlib.h> -#include "cast.h" +#include <openssl/cast.h> void main(int argc,char *argv[]) { |
