diff options
| author | miod <> | 2014-04-17 18:49:35 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-17 18:49:35 +0000 |
| commit | b4ee6facff27de9af90bfa187f0b058454154db5 (patch) | |
| tree | 9b300ff5f2f5884420887d8f593434c1547a5934 /src/lib/libcrypto/arm_arch.h | |
| parent | 3edb7884406560f3fbb30f0461205d9ee1a9af40 (diff) | |
| download | openbsd-b4ee6facff27de9af90bfa187f0b058454154db5.tar.gz openbsd-b4ee6facff27de9af90bfa187f0b058454154db5.tar.bz2 openbsd-b4ee6facff27de9af90bfa187f0b058454154db5.zip | |
Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.
Diffstat (limited to 'src/lib/libcrypto/arm_arch.h')
| -rw-r--r-- | src/lib/libcrypto/arm_arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arm_arch.h b/src/lib/libcrypto/arm_arch.h index 0ccafb2215..01797eb4e3 100644 --- a/src/lib/libcrypto/arm_arch.h +++ b/src/lib/libcrypto/arm_arch.h | |||
| @@ -45,7 +45,6 @@ | |||
| 45 | extern unsigned int OPENSSL_armcap_P; | 45 | extern unsigned int OPENSSL_armcap_P; |
| 46 | 46 | ||
| 47 | #define ARMV7_NEON (1<<0) | 47 | #define ARMV7_NEON (1<<0) |
| 48 | #define ARMV7_TICK (1<<1) | ||
| 49 | #endif | 48 | #endif |
| 50 | 49 | ||
| 51 | #endif | 50 | #endif |
