From 68bb98159f2844f2cef66f2311f9340a9bc4617c Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Thu, 21 Dec 2006 21:11:44 +0000 Subject: [PATCH] fix typos PR: 1354, 1355, 1398 --- CHANGES | 2 +- doc/crypto/CONF_modules_free.pod | 4 ++-- doc/ssl/SSL_SESSION_get_time.pod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index ecc54e7fa3..758eaaff3b 100644 --- a/CHANGES +++ b/CHANGES @@ -102,7 +102,7 @@ draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really appear there. - Also deactive the remaining ciphersuites from + Also deactivate the remaining ciphersuites from draft-ietf-tls-56-bit-ciphersuites-01.txt. These are just as unofficial, and the ID has long expired. [Bodo Moeller] diff --git a/doc/crypto/CONF_modules_free.pod b/doc/crypto/CONF_modules_free.pod index af8ae6a5c9..87bc7b783c 100644 --- a/doc/crypto/CONF_modules_free.pod +++ b/doc/crypto/CONF_modules_free.pod @@ -2,7 +2,7 @@ =head1 NAME - CONF_modules_free, CONF_modules_load, CONF_modules_unload - + CONF_modules_free, CONF_modules_finish, CONF_modules_unload - OpenSSL configuration cleanup functions =head1 SYNOPSIS @@ -10,8 +10,8 @@ #include void CONF_modules_free(void); - void CONF_modules_unload(int all); void CONF_modules_finish(void); + void CONF_modules_unload(int all); =head1 DESCRIPTION diff --git a/doc/ssl/SSL_SESSION_get_time.pod b/doc/ssl/SSL_SESSION_get_time.pod index 00883ed2a0..490337a32f 100644 --- a/doc/ssl/SSL_SESSION_get_time.pod +++ b/doc/ssl/SSL_SESSION_get_time.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_get_timeout - retrieve and manipulate session time and timeout settings +SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout settings =head1 SYNOPSIS