summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/crypto.h')
-rw-r--r--crypto/openssl/crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/crypto.h b/crypto/openssl/crypto/crypto.h
index c450d7a..6c644ce 100644
--- a/crypto/openssl/crypto/crypto.h
+++ b/crypto/openssl/crypto/crypto.h
@@ -628,7 +628,7 @@ void OPENSSL_init(void);
* into a defined order as the return value when a != b is undefined, other
* than to be non-zero.
*/
-int CRYPTO_memcmp(const void *a, const void *b, size_t len);
+int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len);
/* BEGIN ERROR CODES */
/*
OpenPOWER on IntegriCloud