OSDN Git Service

Update OpenSSL to 1.0.2g.
[ffftp/ffftp.git] / contrib / openssl / include / openssl / crypto.h
index c450d7a..6c644ce 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 */
 /*