PR: 923
Typo.
This commit is contained in:
parent
e42fb73c3f
commit
f59229cca2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ error message
|
|||
#include <openssl/err.h>
|
||||
|
||||
char *ERR_error_string(unsigned long e, char *buf);
|
||||
char *ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
||||
void ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
||||
|
||||
const char *ERR_lib_error_string(unsigned long e);
|
||||
const char *ERR_func_error_string(unsigned long e);
|
||||
|
|
Loading…
Reference in a new issue