fix typos

PR: 1354, 1355, 1398
This commit is contained in:
Nils Larsch 2006-12-21 21:11:44 +00:00
parent 8e6905d238
commit 68bb98159f
3 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@
draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really
appear there. 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 draft-ietf-tls-56-bit-ciphersuites-01.txt. These are just as
unofficial, and the ID has long expired. unofficial, and the ID has long expired.
[Bodo Moeller] [Bodo Moeller]

View file

@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
CONF_modules_free, CONF_modules_load, CONF_modules_unload - CONF_modules_free, CONF_modules_finish, CONF_modules_unload -
OpenSSL configuration cleanup functions OpenSSL configuration cleanup functions
=head1 SYNOPSIS =head1 SYNOPSIS
@ -10,8 +10,8 @@
#include <openssl/conf.h> #include <openssl/conf.h>
void CONF_modules_free(void); void CONF_modules_free(void);
void CONF_modules_unload(int all);
void CONF_modules_finish(void); void CONF_modules_finish(void);
void CONF_modules_unload(int all);
=head1 DESCRIPTION =head1 DESCRIPTION

View file

@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS