Hi.

I found typo from man page of ERR_error_string_n in
openssl-0.9.6l and 0.9.7c. Please fix it.


--- doc/crypto/ERR_error_string.pod.org Sun Feb 29 22:17:44 2004
+++ doc/crypto/ERR_error_string.pod     Sun Feb 29 22:19:10 2004
@@ -11,7 +11,7 @@
  #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);
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to