Small typo
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Mar 2016 13:06:34 +0000 (14:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Mar 2016 13:06:34 +0000 (14:06 +0100)
commita4d8bcf1f2a209233fd687694d714880ee510d2d
tree8b09b0c7ac11dd759504d0e10c61f77b22eed1e1
parent3e19b07f140acd6d01d551b3bd1303ac55738d28
Small typo

OPENSSL_INIT_ONCE and OPENSSL_INIT_ONCE_STATIC_INIT are really
CRYPTO_ONCE and CRYPTO_ONCE_STATIC_INIT.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/init.c