Update copyright year
[openssl.git] / crypto / crypto.h
index c450d7a3c374b3aaf58e5a4e35795558cf664e15..6c644ce12a82507532be3f2edee3605f06d15b79 100644 (file)
@@ -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 */
 /*