aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2017-02-20 18:27:22 +0100
committerKurt Roeckx <kurt@roeckx.be>2017-02-20 18:54:39 +0100
commitd913a0557f040e54120d028ced0a29767f7b12bb (patch)
tree83453d749ad1946081de98e883856ebd0f964613 /crypto/cryptlib.c
parente12e903e9ac675d08f9dd0db1f0c1a2049232c21 (diff)
downloadopenssl-d913a0557f040e54120d028ced0a29767f7b12bb.tar.gz
Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"
This reverts commit 3aad8e18707bccaabee5f111de2db0696b45781c. Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #2686
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index f916193605..01b8ce5ed1 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -324,7 +324,6 @@ void OPENSSL_die(const char *message, const char *file, int line)
* pointers to volatile to not be emitted in some rare,
* never needed in real life, pieces of code.
*/
-# undef CRYPTO_memcmp
int CRYPTO_memcmp(const volatile void * volatile in_a,
const volatile void * volatile in_b,
size_t len)