Make it safe to call SSL_library_init more than once.
authorbeck <beck@openbsd.org>
Sat, 29 Apr 2017 21:54:54 +0000 (21:54 +0000)
committerbeck <beck@openbsd.org>
Sat, 29 Apr 2017 21:54:54 +0000 (21:54 +0000)
commit97fada5536ca3f502088da86e67a8d57dc324ddb
treed80f56fb5561d814231f1161ab071060d03088a0
parent60e626a589c7097113ddae72add2c15e84acad1d
Make it safe to call SSL_library_init more than once.

We are basically admitting that pthread is everywhere, and
we will be using it for other things too.
ok jsing@
lib/libssl/ssl_algs.c