Consistently use 'void *' for SSL read, peek and write functions.
[openssl.git] / doc / ssl / SSL_write.pod
index 6e3ecffa1a439a11b31853a31b67b0f0c743df02..be1ad76d3b4cf1ac63951ca1c9ca3d2fb1738ac1 100644 (file)
@@ -8,7 +8,7 @@ SSL_write - write bytes to a TLS/SSL connection.
 
  #include <openssl/ssl.h>
 
- int SSL_write(SSL *ssl, char *buf, int num);
+ int SSL_write(SSL *ssl, const void *buf, int num);
 
 =head1 DESCRIPTION