X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fopenssl%2Fopenssl%2Fcrypto%2Fcrypto.h;h=35bc9f8c0d27b06df04e63828dbf6fb694bfb091;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=e1ff7b7a7d119c8dd541a61198bd7b01d564fad2;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/openssl/openssl/crypto/crypto.h b/src/third_party/openssl/openssl/crypto/crypto.h index e1ff7b7..35bc9f8 100644 --- a/src/third_party/openssl/openssl/crypto/crypto.h +++ b/src/third_party/openssl/openssl/crypto/crypto.h @@ -420,7 +420,7 @@ void CRYPTO_set_NEON_capable(int on); /* CRYPTO_is_NEON_capable returns the last value given to * CRYPTO_set_NEON_capable, or else zero if it has never been called. */ -int CRYPTO_is_NEON_capable(); +int CRYPTO_is_NEON_capable(void); int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */ void CRYPTO_lock(int mode, int type,const char *file,int line);