Correct documentation typos.
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 15:04:54 +0000 (15:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 15:04:54 +0000 (15:04 +0000)
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

crypto/evp/bio_ok.c
doc/crypto/OpenSSL_add_all_algorithms.pod
doc/crypto/RSA_print.pod
doc/ssleay.txt

index 530ab937cea7f3f2e5625ddc5910de37e9917a7e..4e3f10141bf312dd5ca7be6910461ebcbba8a3af 100644 (file)
 
                *) 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.
 
index 486c903430785c1b27df0f1393cd4818c9507b0b..e63411b5bba0c1b551141b3da14324adf8fa59aa 100644 (file)
@@ -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
index e28d107d1c6e45b0b70d102b80b2b367f9cab333..c971e91f4db6857ae99e2d5ad1bdc1861cc29969 100644 (file)
@@ -44,6 +44,6 @@ L<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<rsa(3)|rsa(3)>, L<BN_bn2bin(3)|BN_bn2bin(3)>
 
 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
index c6049d5e53ba2bd8b8b9e7a893a674116bdbe088..d44d2f04a022397daaf6c3421e37103cf41ad545 100644 (file)
@@ -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.