Fix return type for CRYPTO_THREAD_run_once
authorMat <mberchtold@gmail.com>
Thu, 10 Mar 2016 01:29:02 +0000 (02:29 +0100)
committerRich Salz <rsalz@akamai.com>
Thu, 10 Mar 2016 01:42:30 +0000 (20:42 -0500)
commit642565106e7764cecf96cf865bd6c52afaa68f22
treec0f2c19c59a55be57024b8e3014d33ea674158d8
parentdd60efea955e41a6f0926f93ec1503c6f83c4e58
Fix return type for CRYPTO_THREAD_run_once

return type should be int and not void

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/threads_win.c