From 112341031bb60c4e75c105bc879493e42a9f406a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Dec 2003 15:04:54 +0000 Subject: [PATCH] Correct documentation typos. This is part of a large change submitted by Markus Friedl --- crypto/evp/bio_ok.c | 2 +- doc/crypto/OpenSSL_add_all_algorithms.pod | 2 +- doc/crypto/RSA_print.pod | 2 +- doc/ssleay.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c index 530ab937ce..4e3f10141b 100644 --- a/crypto/evp/bio_ok.c +++ b/crypto/evp/bio_ok.c @@ -102,7 +102,7 @@ *) digest is initialized with random seed instead of standardized one. - *) same seed is written to ouput + *) same seed is written to output *) well-known text is then hashed and the output of the digest is also written to output. diff --git a/doc/crypto/OpenSSL_add_all_algorithms.pod b/doc/crypto/OpenSSL_add_all_algorithms.pod index 486c903430..e63411b5bb 100644 --- a/doc/crypto/OpenSSL_add_all_algorithms.pod +++ b/doc/crypto/OpenSSL_add_all_algorithms.pod @@ -36,7 +36,7 @@ None of the functions return a value. =head1 NOTES -A typical application will will call OpenSSL_add_all_algorithms() initially and +A typical application will call OpenSSL_add_all_algorithms() initially and EVP_cleanup() before exiting. An application does not need to add algorithms to use them explicitly, for example diff --git a/doc/crypto/RSA_print.pod b/doc/crypto/RSA_print.pod index e28d107d1c..c971e91f4d 100644 --- a/doc/crypto/RSA_print.pod +++ b/doc/crypto/RSA_print.pod @@ -44,6 +44,6 @@ L, L, L, L RSA_print(), RSA_print_fp(), DSA_print(), DSA_print_fp(), DH_print(), DH_print_fp() are available in all versions of SSLeay and OpenSSL. -DSAparams_print() and DSAparams_print_pf() were added in SSLeay 0.8. +DSAparams_print() and DSAparams_print_fp() were added in SSLeay 0.8. =cut diff --git a/doc/ssleay.txt b/doc/ssleay.txt index c6049d5e53..d44d2f04a0 100644 --- a/doc/ssleay.txt +++ b/doc/ssleay.txt @@ -6245,7 +6245,7 @@ SSL_get_app_data void SSL_CTX_set_default_verify /* This callback, if set, totaly overrides the normal SSLeay verification - * functions and should return 1 on sucesss and 0 on failure */ + * functions and should return 1 on success and 0 on failure */ void SSL_CTX_set_cert_verify_callback /* The following are the same as the equivilent SSL_xxx functions. -- 2.40.0