File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818| ` DTLSv1_listen ` [ ^ sock ] | | | | |
1919| ` DTLSv1_method ` [ ^ deprecatedin_1_1_0 ] [ ^ dtls1_method ] | | | | |
2020| ` DTLSv1_server_method ` [ ^ deprecatedin_1_1_0 ] [ ^ dtls1_method ] | | | | |
21- | ` ERR_load_SSL_strings ` [ ^ deprecatedin_3_0 ] | | | | |
21+ | ` ERR_load_SSL_strings ` [ ^ deprecatedin_3_0 ] | | | | : white_check_mark : |
2222| ` OPENSSL_cipher_name ` | | | | |
2323| ` OPENSSL_init_ssl ` | :white_check_mark : | :white_check_mark : | | :white_check_mark : |
2424| ` OSSL_default_cipher_list ` | | | | |
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ fn write_version_file() -> String {
4141const ENTRYPOINTS : & [ & str ] = & [
4242 "BIO_f_ssl" ,
4343 "d2i_SSL_SESSION" ,
44+ "ERR_load_SSL_strings" ,
4445 "i2d_SSL_SESSION" ,
4546 "OPENSSL_init_ssl" ,
4647 "SSL_accept" ,
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ entry! {
100100 }
101101}
102102
103+ entry ! {
104+ pub fn _ERR_load_SSL_strings( ) -> c_int {
105+ C_INT_SUCCESS
106+ }
107+ }
108+
103109entry ! {
104110 pub fn _SSL_alert_desc_string_long( value: c_int) -> * const c_char {
105111 crate :: constants:: alert_desc_to_long_string( value) . as_ptr( ) as * const c_char
You can’t perform that action at this time.
0 commit comments