diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2016-11-04 13:56:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2016-11-04 13:56:06 +0000 |
commit | 85f393e97576435f026c53b187a6669bd910052e (patch) | |
tree | a425b01f9d6c513a63ba200cbd3be4cc29063f5b /lib/libcrypto/arch/sparc64 | |
parent | 2fcb030476b3d44434152920c54f9ad48228713a (diff) |
Remove I386_ONLY define. It was only used to prefer a
faster-on-genuine-80386-but-slower-on-80486-onwards innstruction sequence in
the SHA512 code, and had not been enabled in years, if at all.
ok tom@ bcook@
Diffstat (limited to 'lib/libcrypto/arch/sparc64')
-rw-r--r-- | lib/libcrypto/arch/sparc64/opensslconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/arch/sparc64/opensslconf.h b/lib/libcrypto/arch/sparc64/opensslconf.h index ef7a679d94f..226951eded1 100644 --- a/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/lib/libcrypto/arch/sparc64/opensslconf.h @@ -1,9 +1,6 @@ #include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ -/* Generate 80386 code? */ -#undef I386_ONLY - #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/etc/ssl" #endif |