From: Dr. Stephen Henson Date: Sun, 14 Nov 2004 15:11:37 +0000 (+0000) Subject: PR: 923 X-Git-Tag: BEN_FIPS_TEST_6~14^2~41 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4451c2558e6233552197ea99824ec468e360a518 PR: 923 Typo. --- diff --git a/doc/crypto/ERR_error_string.pod b/doc/crypto/ERR_error_string.pod index e01beb817a..cdfa7fe1fe 100644 --- a/doc/crypto/ERR_error_string.pod +++ b/doc/crypto/ERR_error_string.pod @@ -11,7 +11,7 @@ error message #include 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);