From 7451ab28559e7dd7b9d32b351247a241c7aa19f4 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Wed, 22 Apr 2009 13:10:33 +0000 Subject: [PATCH] Apply rev 1.21 from src/lib/libcrypto/man/ssl.3: Fix typo. --- crypto/dist/openssl/doc/ssl/ssl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dist/openssl/doc/ssl/ssl.pod b/crypto/dist/openssl/doc/ssl/ssl.pod index 2b6004ee322..6d3ee24e4e4 100644 --- a/crypto/dist/openssl/doc/ssl/ssl.pod +++ b/crypto/dist/openssl/doc/ssl/ssl.pod @@ -158,7 +158,7 @@ Constructor for the SSLv3 SSL_METHOD structure for combined client and server. Constructor for the TLSv1 SSL_METHOD structure for a dedicated client. -=item cosnt SSL_METHOD *B(void); +=item const SSL_METHOD *B(void); Constructor for the TLSv1 SSL_METHOD structure for a dedicated server. -- 2.11.4.GIT