Home
last modified time | relevance | path

Searched refs:ssl_library_stop (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
HDssl_init.c20 static void ssl_library_stop(void);
113 OPENSSL_atexit(ssl_library_stop); in DEFINE_RUN_ONCE_STATIC()
143 static void ssl_library_stop(void) in ssl_library_stop() function