X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FERR_error_string.pod;h=cdfa7fe1fe725a78aab78b139fcae4ec8c2317b2;hb=ec14c80c7cd4949af0b2d85e4bd2952d22c1707f;hp=e01beb817a3914bdef9d5564d9b6cbb1578ff9d3;hpb=e1b78bc64d4d9ceee10b69d8f6fa55343f9520d6;p=oweals%2Fopenssl.git 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);