13 #ifndef TOR_CRYPTO_NSS_MGT_H
14 #define TOR_CRYPTO_NSS_MGT_H
20 const char *crypto_nss_get_version_str(
void);
21 const char *crypto_nss_get_header_version_str(
void);
23 void crypto_nss_log_errors(
int severity,
const char *doing);
25 void crypto_nss_early_init(
int nss_only);
26 int crypto_nss_late_init(
void);
28 void crypto_nss_global_cleanup(
void);
30 void crypto_nss_prefork(
void);
31 void crypto_nss_postfork(
void);