diff options
author | miod <> | 2016-11-04 13:56:05 +0000 |
---|---|---|
committer | miod <> | 2016-11-04 13:56:05 +0000 |
commit | d69d10da5510517830f98435b4984052c2d21825 (patch) | |
tree | 9363c8b7f4453a96c26a902a886921f7516d700f /src/lib/libcrypto/arch/sparc64/opensslconf.h | |
parent | 76a784dab583cd423f3ff66636ea7b6b6f4dee61 (diff) | |
download | openbsd-d69d10da5510517830f98435b4984052c2d21825.tar.gz openbsd-d69d10da5510517830f98435b4984052c2d21825.tar.bz2 openbsd-d69d10da5510517830f98435b4984052c2d21825.zip |
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 'src/lib/libcrypto/arch/sparc64/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/sparc64/opensslconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h index ef7a679d94..226951eded 100644 --- a/src/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h | |||
@@ -1,9 +1,6 @@ | |||
1 | #include <openssl/opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | ||
5 | #undef I386_ONLY | ||
6 | |||
7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | 4 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) |
8 | #define OPENSSLDIR "/etc/ssl" | 5 | #define OPENSSLDIR "/etc/ssl" |
9 | #endif | 6 | #endif |