X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fboringssl%2Fsrc%2Finclude%2Fopenssl%2Frand.h;h=5a84a898f90ee19aea0a15f664b1072e02c261b8;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=d17c3eac838ed224a6add5fba4d687efb1460f5d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/boringssl/src/include/openssl/rand.h b/src/third_party/boringssl/src/include/openssl/rand.h index d17c3ea..5a84a89 100644 --- a/src/third_party/boringssl/src/include/openssl/rand.h +++ b/src/third_party/boringssl/src/include/openssl/rand.h @@ -28,7 +28,7 @@ OPENSSL_EXPORT int RAND_bytes(uint8_t *buf, size_t len); /* RAND_cleanup frees any resources used by the RNG. This is not safe if other * threads might still be calling |RAND_bytes|. */ -OPENSSL_EXPORT void RAND_cleanup(); +OPENSSL_EXPORT void RAND_cleanup(void); /* Deprecated functions */