diff options
author | djm <> | 2006-06-27 05:05:42 +0000 |
---|---|---|
committer | djm <> | 2006-06-27 05:05:42 +0000 |
commit | f6198d4d0ab97685dc56be2d48715ed39fcc74b9 (patch) | |
tree | 6e28360095ed5ba5ef1760a419c43eef4ef6946b /src/lib/libcrypto/perlasm/x86asm.pl | |
parent | 0ff0f9d99c40072de315264b0f602bd639e7f662 (diff) | |
download | openbsd-f6198d4d0ab97685dc56be2d48715ed39fcc74b9.tar.gz openbsd-f6198d4d0ab97685dc56be2d48715ed39fcc74b9.tar.bz2 openbsd-f6198d4d0ab97685dc56be2d48715ed39fcc74b9.zip |
import of openssl-0.9.7j
Diffstat (limited to 'src/lib/libcrypto/perlasm/x86asm.pl')
-rw-r--r-- | src/lib/libcrypto/perlasm/x86asm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/perlasm/x86asm.pl b/src/lib/libcrypto/perlasm/x86asm.pl index bef2667079..ea54a1edc5 100644 --- a/src/lib/libcrypto/perlasm/x86asm.pl +++ b/src/lib/libcrypto/perlasm/x86asm.pl | |||
@@ -90,7 +90,7 @@ $tmp | |||
90 | #ifdef OUT | 90 | #ifdef OUT |
91 | #define OK 1 | 91 | #define OK 1 |
92 | #define ALIGN 4 | 92 | #define ALIGN 4 |
93 | #if defined(__CYGWIN__) || defined(__DJGPP__) | 93 | #if defined(__CYGWIN__) || defined(__DJGPP__) || defined(__MINGW32__) |
94 | #undef SIZE | 94 | #undef SIZE |
95 | #undef TYPE | 95 | #undef TYPE |
96 | #define SIZE(a,b) | 96 | #define SIZE(a,b) |