summaryrefslogtreecommitdiff
path: root/doc/crypto/ERR_error_string.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ERR_error_string.pod')
-rw-r--r--doc/crypto/ERR_error_string.pod2
1 files changed, 1 insertions, 1 deletions
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 <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);