diff options
| author | miod <> | 2016-11-04 13:56:05 +0000 |
|---|---|---|
| committer | miod <> | 2016-11-04 13:56:05 +0000 |
| commit | 098856ba6c9340c7f8061be62dd042763fe233a3 (patch) | |
| tree | 9363c8b7f4453a96c26a902a886921f7516d700f /src/lib/libcrypto/cryptlib.c | |
| parent | 8afffdc9832eaa88d71ed1d486e1fb26d33acec8 (diff) | |
| download | openbsd-098856ba6c9340c7f8061be62dd042763fe233a3.tar.gz openbsd-098856ba6c9340c7f8061be62dd042763fe233a3.tar.bz2 openbsd-098856ba6c9340c7f8061be62dd042763fe233a3.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/cryptlib.c')
| -rw-r--r-- | src/lib/libcrypto/cryptlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index 0f2c5970bc..fa091fbaea 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/cryptlib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cryptlib.c,v 1.37 2015/09/13 16:56:11 miod Exp $ */ | 1 | /* $OpenBSD: cryptlib.c,v 1.38 2016/11/04 13:56:04 miod Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -635,7 +635,7 @@ OPENSSL_cpu_caps(void) | |||
| 635 | return *(uint64_t *)OPENSSL_ia32cap_P; | 635 | return *(uint64_t *)OPENSSL_ia32cap_P; |
| 636 | } | 636 | } |
| 637 | 637 | ||
| 638 | #if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) && !defined(I386_ONLY) | 638 | #if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) |
| 639 | #define OPENSSL_CPUID_SETUP | 639 | #define OPENSSL_CPUID_SETUP |
| 640 | typedef unsigned long long IA32CAP; | 640 | typedef unsigned long long IA32CAP; |
| 641 | void | 641 | void |
