projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42fb73
)
PR: 923
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 14 Nov 2004 15:10:37 +0000
(15:10 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 14 Nov 2004 15:10:37 +0000
(15:10 +0000)
Typo.
doc/crypto/ERR_error_string.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/ERR_error_string.pod
b/doc/crypto/ERR_error_string.pod
index e01beb817a3914bdef9d5564d9b6cbb1578ff9d3..cdfa7fe1fe725a78aab78b139fcae4ec8c2317b2 100644
(file)
--- 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);