You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
272 B
C

4 years ago
void OPENSSL_config(const char *config_name);
void OPENSSL_no_config(void);
void CRYPTO_cleanup_all_ex_data(void);
void OPENSSL_add_all_algorithms_conf(void);
void OPENSSL_add_all_algorithms_noconf(void);
void ERR_load_crypto_strings(void);
void ERR_free_strings(void);