提交 4451c255 编写于 作者: D Dr. Stephen Henson

PR: 923

Typo.
上级 4a64f3d6
...@@ -11,7 +11,7 @@ error message ...@@ -11,7 +11,7 @@ error message
#include <openssl/err.h> #include <openssl/err.h>
char *ERR_error_string(unsigned long e, char *buf); 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_lib_error_string(unsigned long e);
const char *ERR_func_error_string(unsigned long e); const char *ERR_func_error_string(unsigned long e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册