Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypto/man regen manpages



details:   https://anonhg.NetBSD.org/src/rev/c907b57dbeb1
branches:  trunk
changeset: 535073:c907b57dbeb1
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Aug 09 16:15:36 2002 +0000

description:
regen manpages

diffstat:

 lib/libcrypto/man/BIO_ctrl.3                           |  6 +++---
 lib/libcrypto/man/BIO_f_base64.3                       |  6 +++---
 lib/libcrypto/man/BIO_f_buffer.3                       |  6 +++---
 lib/libcrypto/man/BIO_f_cipher.3                       |  6 +++---
 lib/libcrypto/man/BIO_f_md.3                           |  6 +++---
 lib/libcrypto/man/BIO_f_null.3                         |  6 +++---
 lib/libcrypto/man/BIO_f_ssl.3                          |  6 +++---
 lib/libcrypto/man/BIO_find_type.3                      |  6 +++---
 lib/libcrypto/man/BIO_new.3                            |  6 +++---
 lib/libcrypto/man/BIO_new_bio_pair.3                   |  6 +++---
 lib/libcrypto/man/BIO_push.3                           |  6 +++---
 lib/libcrypto/man/BIO_read.3                           |  6 +++---
 lib/libcrypto/man/BIO_s_accept.3                       |  6 +++---
 lib/libcrypto/man/BIO_s_bio.3                          |  6 +++---
 lib/libcrypto/man/BIO_s_connect.3                      |  6 +++---
 lib/libcrypto/man/BIO_s_fd.3                           |  6 +++---
 lib/libcrypto/man/BIO_s_file.3                         |  6 +++---
 lib/libcrypto/man/BIO_s_mem.3                          |  6 +++---
 lib/libcrypto/man/BIO_s_null.3                         |  6 +++---
 lib/libcrypto/man/BIO_s_socket.3                       |  6 +++---
 lib/libcrypto/man/BIO_set_callback.3                   |  6 +++---
 lib/libcrypto/man/BIO_should_retry.3                   |  6 +++---
 lib/libcrypto/man/BN_CTX_new.3                         |  6 +++---
 lib/libcrypto/man/BN_CTX_start.3                       |  6 +++---
 lib/libcrypto/man/BN_add.3                             |  6 +++---
 lib/libcrypto/man/BN_add_word.3                        |  6 +++---
 lib/libcrypto/man/BN_bn2bin.3                          |  6 +++---
 lib/libcrypto/man/BN_cmp.3                             |  6 +++---
 lib/libcrypto/man/BN_copy.3                            |  6 +++---
 lib/libcrypto/man/BN_generate_prime.3                  |  6 +++---
 lib/libcrypto/man/BN_mod_inverse.3                     |  6 +++---
 lib/libcrypto/man/BN_mod_mul_montgomery.3              |  6 +++---
 lib/libcrypto/man/BN_mod_mul_reciprocal.3              |  6 +++---
 lib/libcrypto/man/BN_new.3                             |  6 +++---
 lib/libcrypto/man/BN_num_bytes.3                       |  6 +++---
 lib/libcrypto/man/BN_rand.3                            |  6 +++---
 lib/libcrypto/man/BN_set_bit.3                         |  6 +++---
 lib/libcrypto/man/BN_zero.3                            |  6 +++---
 lib/libcrypto/man/CRYPTO_set_ex_data.3                 |  6 +++---
 lib/libcrypto/man/DH_generate_key.3                    |  6 +++---
 lib/libcrypto/man/DH_generate_parameters.3             |  6 +++---
 lib/libcrypto/man/DH_get_ex_new_index.3                |  6 +++---
 lib/libcrypto/man/DH_new.3                             |  6 +++---
 lib/libcrypto/man/DH_set_method.3                      |  6 +++---
 lib/libcrypto/man/DH_size.3                            |  6 +++---
 lib/libcrypto/man/DSA_SIG_new.3                        |  6 +++---
 lib/libcrypto/man/DSA_do_sign.3                        |  6 +++---
 lib/libcrypto/man/DSA_dup_DH.3                         |  6 +++---
 lib/libcrypto/man/DSA_generate_key.3                   |  6 +++---
 lib/libcrypto/man/DSA_generate_parameters.3            |  6 +++---
 lib/libcrypto/man/DSA_get_ex_new_index.3               |  6 +++---
 lib/libcrypto/man/DSA_new.3                            |  6 +++---
 lib/libcrypto/man/DSA_set_method.3                     |  6 +++---
 lib/libcrypto/man/DSA_sign.3                           |  6 +++---
 lib/libcrypto/man/DSA_size.3                           |  6 +++---
 lib/libcrypto/man/ERR_GET_LIB.3                        |  6 +++---
 lib/libcrypto/man/ERR_clear_error.3                    |  6 +++---
 lib/libcrypto/man/ERR_error_string.3                   |  6 +++---
 lib/libcrypto/man/ERR_get_error.3                      |  6 +++---
 lib/libcrypto/man/ERR_load_crypto_strings.3            |  6 +++---
 lib/libcrypto/man/ERR_load_strings.3                   |  6 +++---
 lib/libcrypto/man/ERR_print_errors.3                   |  6 +++---
 lib/libcrypto/man/ERR_put_error.3                      |  6 +++---
 lib/libcrypto/man/ERR_remove_state.3                   |  6 +++---
 lib/libcrypto/man/EVP_DigestInit.3                     |  6 +++---
 lib/libcrypto/man/EVP_EncryptInit.3                    |  6 +++---
 lib/libcrypto/man/EVP_OpenInit.3                       |  6 +++---
 lib/libcrypto/man/EVP_SealInit.3                       |  6 +++---
 lib/libcrypto/man/EVP_SignInit.3                       |  6 +++---
 lib/libcrypto/man/EVP_VerifyInit.3                     |  6 +++---
 lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3             |  6 +++---
 lib/libcrypto/man/OpenSSL_add_all_algorithms.3         |  6 +++---
 lib/libcrypto/man/RAND_add.3                           |  6 +++---
 lib/libcrypto/man/RAND_bytes.3                         |  6 +++---
 lib/libcrypto/man/RAND_cleanup.3                       |  6 +++---
 lib/libcrypto/man/RAND_egd.3                           |  6 +++---
 lib/libcrypto/man/RAND_load_file.3                     |  6 +++---
 lib/libcrypto/man/RAND_set_rand_method.3               |  6 +++---
 lib/libcrypto/man/RSA_blinding_on.3                    |  6 +++---
 lib/libcrypto/man/RSA_check_key.3                      |  6 +++---
 lib/libcrypto/man/RSA_generate_key.3                   |  6 +++---
 lib/libcrypto/man/RSA_get_ex_new_index.3               |  6 +++---
 lib/libcrypto/man/RSA_new.3                            |  6 +++---
 lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3       |  6 +++---
 lib/libcrypto/man/RSA_print.3                          |  6 +++---
 lib/libcrypto/man/RSA_private_encrypt.3                |  6 +++---
 lib/libcrypto/man/RSA_public_encrypt.3                 |  6 +++---
 lib/libcrypto/man/RSA_set_method.3                     |  6 +++---
 lib/libcrypto/man/RSA_sign.3                           |  6 +++---
 lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3         |  6 +++---
 lib/libcrypto/man/RSA_size.3                           |  6 +++---
 lib/libcrypto/man/SSL_CIPHER_get_name.3                |  6 +++---
 lib/libcrypto/man/SSL_COMP_add_compression_method.3    |  6 +++---
 lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3       |  6 +++---
 lib/libcrypto/man/SSL_CTX_add_session.3                |  6 +++---
 lib/libcrypto/man/SSL_CTX_ctrl.3                       |  6 +++---
 lib/libcrypto/man/SSL_CTX_flush_sessions.3             |  6 +++---
 lib/libcrypto/man/SSL_CTX_free.3                       |  6 +++---
 lib/libcrypto/man/SSL_CTX_get_ex_new_index.3           |  6 +++---
 lib/libcrypto/man/SSL_CTX_get_verify_mode.3            |  6 +++---
 lib/libcrypto/man/SSL_CTX_load_verify_locations.3      |  6 +++---
 lib/libcrypto/man/SSL_CTX_new.3                        |  6 +++---
 lib/libcrypto/man/SSL_CTX_sess_number.3                |  6 +++---
 lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3        |  6 +++---
 lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3            |  6 +++---
 lib/libcrypto/man/SSL_CTX_sessions.3                   |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_cert_store.3             |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3   |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_cipher_list.3            |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_client_CA_list.3         |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3         |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3      |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_info_callback.3          |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_mode.3                   |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_options.3                |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3         |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3     |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_session_id_context.3     |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_ssl_version.3            |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_timeout.3                |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3        |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3       |  6 +++---
 lib/libcrypto/man/SSL_CTX_set_verify.3                 |  6 +++---
 lib/libcrypto/man/SSL_CTX_use_certificate.3            |  6 +++---
 lib/libcrypto/man/SSL_SESSION_free.3                   |  6 +++---
 lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3       |  6 +++---
 lib/libcrypto/man/SSL_SESSION_get_time.3               |  6 +++---
 lib/libcrypto/man/SSL_accept.3                         |  6 +++---
 lib/libcrypto/man/SSL_alert_type_string.3              |  6 +++---
 lib/libcrypto/man/SSL_clear.3                          |  6 +++---
 lib/libcrypto/man/SSL_connect.3                        |  6 +++---
 lib/libcrypto/man/SSL_do_handshake.3                   |  6 +++---
 lib/libcrypto/man/SSL_free.3                           |  6 +++---
 lib/libcrypto/man/SSL_get_SSL_CTX.3                    |  6 +++---
 lib/libcrypto/man/SSL_get_ciphers.3                    |  6 +++---
 lib/libcrypto/man/SSL_get_client_CA_list.3             |  6 +++---
 lib/libcrypto/man/SSL_get_current_cipher.3             |  6 +++---
 lib/libcrypto/man/SSL_get_default_timeout.3            |  6 +++---
 lib/libcrypto/man/SSL_get_error.3                      |  6 +++---
 lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 |  6 +++---
 lib/libcrypto/man/SSL_get_ex_new_index.3               |  6 +++---
 lib/libcrypto/man/SSL_get_fd.3                         |  6 +++---
 lib/libcrypto/man/SSL_get_peer_cert_chain.3            |  6 +++---
 lib/libcrypto/man/SSL_get_peer_certificate.3           |  6 +++---
 lib/libcrypto/man/SSL_get_rbio.3                       |  6 +++---
 lib/libcrypto/man/SSL_get_session.3                    |  6 +++---
 lib/libcrypto/man/SSL_get_verify_result.3              |  6 +++---
 lib/libcrypto/man/SSL_get_version.3                    |  6 +++---
 lib/libcrypto/man/SSL_library_init.3                   |  6 +++---
 lib/libcrypto/man/SSL_load_client_CA_file.3            |  6 +++---
 lib/libcrypto/man/SSL_new.3                            |  6 +++---
 lib/libcrypto/man/SSL_pending.3                        |  6 +++---
 lib/libcrypto/man/SSL_read.3                           |  6 +++---
 lib/libcrypto/man/SSL_rstate_string.3                  |  6 +++---
 lib/libcrypto/man/SSL_session_reused.3                 |  6 +++---
 lib/libcrypto/man/SSL_set_bio.3                        |  6 +++---
 lib/libcrypto/man/SSL_set_connect_state.3              |  6 +++---
 lib/libcrypto/man/SSL_set_fd.3                         |  6 +++---
 lib/libcrypto/man/SSL_set_session.3                    |  6 +++---
 lib/libcrypto/man/SSL_set_shutdown.3                   |  6 +++---
 lib/libcrypto/man/SSL_set_verify_result.3              |  6 +++---
 lib/libcrypto/man/SSL_shutdown.3                       |  6 +++---
 lib/libcrypto/man/SSL_state_string.3                   |  6 +++---
 lib/libcrypto/man/SSL_want.3                           |  6 +++---
 lib/libcrypto/man/SSL_write.3                          |  6 +++---
 lib/libcrypto/man/crypto.3                             |  6 +++---
 lib/libcrypto/man/d2i_DHparams.3                       |  6 +++---
 lib/libcrypto/man/d2i_RSAPublicKey.3                   |  6 +++---
 lib/libcrypto/man/d2i_SSL_SESSION.3                    |  6 +++---
 lib/libcrypto/man/des_modes.7                          |  4 ++--
 lib/libcrypto/man/lh_stats.3                           |  6 +++---
 lib/libcrypto/man/openssl.1                            |  6 +++---
 lib/libcrypto/man/openssl.cnf.5                        |  6 +++---
 lib/libcrypto/man/openssl_CA.pl.1                      |  6 +++---
 lib/libcrypto/man/openssl_asn1parse.1                  |  6 +++---
 lib/libcrypto/man/openssl_bio.3                        |  6 +++---
 lib/libcrypto/man/openssl_blowfish.3                   |  6 +++---
 lib/libcrypto/man/openssl_bn.3                         |  6 +++---
 lib/libcrypto/man/openssl_bn_internal.3                |  6 +++---
 lib/libcrypto/man/openssl_buffer.3                     |  6 +++---
 lib/libcrypto/man/openssl_ca.1                         |  6 +++---
 lib/libcrypto/man/openssl_ciphers.1                    |  6 +++---
 lib/libcrypto/man/openssl_crl.1                        |  6 +++---
 lib/libcrypto/man/openssl_crl2pkcs7.1                  |  6 +++---
 lib/libcrypto/man/openssl_des.3                        |  6 +++---
 lib/libcrypto/man/openssl_dgst.1                       |  6 +++---
 lib/libcrypto/man/openssl_dh.3                         |  6 +++---
 lib/libcrypto/man/openssl_dhparam.1                    |  6 +++---
 lib/libcrypto/man/openssl_dsa.1                        |  6 +++---
 lib/libcrypto/man/openssl_dsa.3                        |  6 +++---
 lib/libcrypto/man/openssl_dsaparam.1                   |  6 +++---
 lib/libcrypto/man/openssl_enc.1                        |  6 +++---
 lib/libcrypto/man/openssl_err.3                        |  6 +++---
 lib/libcrypto/man/openssl_evp.3                        |  6 +++---
 lib/libcrypto/man/openssl_gendsa.1                     |  6 +++---
 lib/libcrypto/man/openssl_genrsa.1                     |  6 +++---
 lib/libcrypto/man/openssl_hmac.3                       |  6 +++---
 lib/libcrypto/man/openssl_lhash.3                      |  6 +++---
 lib/libcrypto/man/openssl_md5.3                        |  6 +++---
 lib/libcrypto/man/openssl_mdc2.3                       |  6 +++---
 lib/libcrypto/man/openssl_nseq.1                       |  6 +++---
 lib/libcrypto/man/openssl_passwd.1                     |  6 +++---
 lib/libcrypto/man/openssl_pkcs12.1                     |  6 +++---
 lib/libcrypto/man/openssl_pkcs7.1                      |  6 +++---
 lib/libcrypto/man/openssl_pkcs8.1                      |  6 +++---
 lib/libcrypto/man/openssl_rand.1                       |  6 +++---
 lib/libcrypto/man/openssl_rand.3                       |  6 +++---
 lib/libcrypto/man/openssl_rc4.3                        |  6 +++---
 lib/libcrypto/man/openssl_req.1                        |  6 +++---
 lib/libcrypto/man/openssl_ripemd.3                     |  6 +++---
 lib/libcrypto/man/openssl_rsa.1                        |  6 +++---
 lib/libcrypto/man/openssl_rsa.3                        |  6 +++---
 lib/libcrypto/man/openssl_rsautl.1                     |  6 +++---
 lib/libcrypto/man/openssl_s_client.1                   |  6 +++---
 lib/libcrypto/man/openssl_s_server.1                   |  6 +++---
 lib/libcrypto/man/openssl_sess_id.1                    |  6 +++---
 lib/libcrypto/man/openssl_sha.3                        |  6 +++---
 lib/libcrypto/man/openssl_smime.1                      |  6 +++---
 lib/libcrypto/man/openssl_speed.1                      |  6 +++---
 lib/libcrypto/man/openssl_spkac.1                      |  6 +++---
 lib/libcrypto/man/openssl_threads.3                    |  6 +++---
 lib/libcrypto/man/openssl_verify.1                     |  6 +++---
 lib/libcrypto/man/openssl_version.1                    |  6 +++---
 lib/libcrypto/man/openssl_x509.1                       |  6 +++---
 lib/libcrypto/man/ssl.3                                |  6 +++---
 225 files changed, 674 insertions(+), 674 deletions(-)

diffs (truncated from 4947 to 300 lines):

diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_ctrl.3
--- a/lib/libcrypto/man/BIO_ctrl.3      Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_ctrl.3      Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_ctrl.3,v 1.5 2002/08/08 23:47:39 itojun Exp $
+.\"    $NetBSD: BIO_ctrl.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:26 2002
+.\" Sat Aug 10 00:55:38 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_ctrl 3"
-.TH BIO_ctrl 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_ctrl 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_base64.3
--- a/lib/libcrypto/man/BIO_f_base64.3  Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_base64.3  Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_base64.3,v 1.5 2002/08/08 23:47:39 itojun Exp $
+.\"    $NetBSD: BIO_f_base64.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:27 2002
+.\" Sat Aug 10 00:55:39 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_base64 3"
-.TH BIO_f_base64 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_base64 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_base64 \- base64 \s-1BIO\s0 filter
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_buffer.3
--- a/lib/libcrypto/man/BIO_f_buffer.3  Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_buffer.3  Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_buffer.3,v 1.5 2002/08/08 23:47:39 itojun Exp $
+.\"    $NetBSD: BIO_f_buffer.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:28 2002
+.\" Sat Aug 10 00:55:40 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_buffer 3"
-.TH BIO_f_buffer 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_buffer 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_buffer \- buffering \s-1BIO\s0
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_cipher.3
--- a/lib/libcrypto/man/BIO_f_cipher.3  Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_cipher.3  Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_cipher.3,v 1.5 2002/08/08 23:47:39 itojun Exp $
+.\"    $NetBSD: BIO_f_cipher.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:28 2002
+.\" Sat Aug 10 00:55:41 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_cipher 3"
-.TH BIO_f_cipher 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_cipher 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx \- cipher \s-1BIO\s0 filter
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_md.3
--- a/lib/libcrypto/man/BIO_f_md.3      Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_md.3      Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_md.3,v 1.6 2002/08/08 23:47:39 itojun Exp $
+.\"    $NetBSD: BIO_f_md.3,v 1.7 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:29 2002
+.\" Sat Aug 10 00:55:43 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_md 3"
-.TH BIO_f_md 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_md 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest \s-1BIO\s0 filter
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_null.3
--- a/lib/libcrypto/man/BIO_f_null.3    Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_null.3    Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_null.3,v 1.5 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_f_null.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:30 2002
+.\" Sat Aug 10 00:55:44 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_null 3"
-.TH BIO_f_null 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_null 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_null \- null filter
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_f_ssl.3
--- a/lib/libcrypto/man/BIO_f_ssl.3     Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_f_ssl.3     Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_f_ssl.3,v 1.6 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_f_ssl.3,v 1.7 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:30 2002
+.\" Sat Aug 10 00:55:45 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_f_ssl 3"
-.TH BIO_f_ssl 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_f_ssl 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes,
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_find_type.3
--- a/lib/libcrypto/man/BIO_find_type.3 Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_find_type.3 Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_find_type.3,v 1.5 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_find_type.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:31 2002
+.\" Sat Aug 10 00:55:46 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_find_type 3"
-.TH BIO_find_type 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_find_type 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_find_type, BIO_next \- \s-1BIO\s0 chain traversal
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_new.3
--- a/lib/libcrypto/man/BIO_new.3       Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_new.3       Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_new.3,v 1.5 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_new.3,v 1.6 2002/08/09 16:15:36 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:31 2002
+.\" Sat Aug 10 00:55:47 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_new 3"
-.TH BIO_new 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_new 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all \- \s-1BIO\s0 allocation and freeing functions
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_new_bio_pair.3
--- a/lib/libcrypto/man/BIO_new_bio_pair.3      Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_new_bio_pair.3      Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_new_bio_pair.3,v 1.5 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_new_bio_pair.3,v 1.6 2002/08/09 16:15:37 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:31 2002
+.\" Sat Aug 10 00:55:48 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_new_bio_pair 3"
-.TH BIO_new_bio_pair 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_new_bio_pair 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_new_bio_pair \- create a new \s-1BIO\s0 pair
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_push.3
--- a/lib/libcrypto/man/BIO_push.3      Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_push.3      Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_push.3,v 1.5 2002/08/08 23:47:40 itojun Exp $
+.\"    $NetBSD: BIO_push.3,v 1.6 2002/08/09 16:15:37 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:32 2002
+.\" Sat Aug 10 00:55:49 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_push 3"
-.TH BIO_push 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_push 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_push, BIO_pop \- add and remove BIOs from a chain.
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_read.3
--- a/lib/libcrypto/man/BIO_read.3      Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_read.3      Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_read.3,v 1.5 2002/08/08 23:47:41 itojun Exp $
+.\"    $NetBSD: BIO_read.3,v 1.6 2002/08/09 16:15:37 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:32 2002
+.\" Sat Aug 10 00:55:50 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_read 3"
-.TH BIO_read 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_read 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_read, BIO_write, BIO_gets, BIO_puts \- \s-1BIO\s0 I/O functions
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_s_accept.3
--- a/lib/libcrypto/man/BIO_s_accept.3  Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_s_accept.3  Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_s_accept.3,v 1.5 2002/08/08 23:47:41 itojun Exp $
+.\"    $NetBSD: BIO_s_accept.3,v 1.6 2002/08/09 16:15:37 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:33 2002
+.\" Sat Aug 10 00:55:51 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@
 .\" ======================================================================
 .\"
 .IX Title "BIO_s_accept 3"
-.TH BIO_s_accept 3 "0.9.6f" "2001-04-12" "OpenSSL"
+.TH BIO_s_accept 3 "0.9.6g" "2001-04-12" "OpenSSL"
 .UC
 .SH "NAME"
 BIO_s_accept, BIO_set_nbio, BIO_set_accept_port, BIO_get_accept_port,
diff -r 71d6a1b64cf0 -r c907b57dbeb1 lib/libcrypto/man/BIO_s_bio.3
--- a/lib/libcrypto/man/BIO_s_bio.3     Fri Aug 09 15:58:46 2002 +0000
+++ b/lib/libcrypto/man/BIO_s_bio.3     Fri Aug 09 16:15:36 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: BIO_s_bio.3,v 1.5 2002/08/08 23:47:41 itojun Exp $
+.\"    $NetBSD: BIO_s_bio.3,v 1.6 2002/08/09 16:15:37 itojun Exp $
 .\"
 .\" Automatically generated by Pod::Man version 1.02
-.\" Fri Aug  9 08:27:34 2002
+.\" Sat Aug 10 00:55:53 2002
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -140,7 +140,7 @@



Home | Main Index | Thread Index | Old Index