mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Expose ERR_load_SSL_strings
This commit is contained in:
parent
726786967a
commit
7d954bd506
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ static const int ASN1_R_BAD_PASSWORD_READ;
|
|||
|
||||
FUNCTIONS = """
|
||||
void ERR_load_crypto_strings(void);
|
||||
void ERR_load_SSL_strings(void);
|
||||
void ERR_free_strings(void);
|
||||
char* ERR_error_string(unsigned long, char *);
|
||||
void ERR_error_string_n(unsigned long, char *, size_t);
|
||||
|
|
|
|||
Loading…
Reference in a new issue