From 4287c61008a8336ba3707b49e1c2fb6b0049f9d4 Mon Sep 17 00:00:00 2001 From: joerg 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 2b6004ee3223..6d3ee24e4e47 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.