From d49f3797a5a891ebc13ea12eb64c55d1eb53c5c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 12 Apr 2000 23:04:13 +0000 Subject: [PATCH] Minor corrections. --- doc/ssl/SSL_get_error.pod | 2 +- doc/ssl/ssl.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index 9cacdedc57..cde0efc3ce 100644 --- a/doc/ssl/SSL_get_error.pod +++ b/doc/ssl/SSL_get_error.pod @@ -40,7 +40,7 @@ if and only if B 0>. The SSL connection has been closed. If the protocol version is SSL 3.0 or TLS 1.0, this result code is returned only if a closure -alerts has occurred in the protocol, i.e. if the connection has been +alert has occurred in the protocol, i.e. if the connection has been closed cleanly. =item SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index e53876654a..362c414bb8 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -163,7 +163,7 @@ Determine the number of bits in I. Because of export crippled ciphers there are two bits: The bits the algorithm supports in general (stored to I) and the bits which are actually used (the return value). -=item char *B(SSL_CIPHER *cipher); +=item const char *B(SSL_CIPHER *cipher); Return the internal name of I as a string. These are the various strings defined by the I, I and I @@ -437,7 +437,7 @@ connection defined in the B structure. =item X509 *B(SSL *ssl); -=item SSL_CIPHER *B(SSL *ssl); +=item const char *B(SSL *ssl); =item int B(SSL *ssl, int *alg_bits); -- 2.34.1