Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_init.c22 static void ssl_library_stop(void);
43 OPENSSL_atexit(ssl_library_stop); in DEFINE_RUN_ONCE_STATIC()
70 static void ssl_library_stop(void) in ssl_library_stop() function