summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormillert <>2002-12-09 00:45:36 +0000
committermillert <>2002-12-09 00:45:36 +0000
commit6cf34007b3615170b5c08a4ce38f7077516f1e14 (patch)
treea74fc0f4fa045da6ff4471f5879160708f899b99 /src/lib
parente0fe3085eb6f61cbd3984b9ea6b2e61b7e2207e6 (diff)
downloadopenbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.tar.gz
openbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.tar.bz2
openbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.zip
From Andrushock, s/sucess/success/g
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/doc/ssleay.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/ssleay.txt b/src/lib/libssl/src/doc/ssleay.txt
index c6049d5e53..d19da310eb 100644
--- a/src/lib/libssl/src/doc/ssleay.txt
+++ b/src/lib/libssl/src/doc/ssleay.txt
@@ -6245,7 +6245,7 @@ SSL_get_app_data
6245void SSL_CTX_set_default_verify 6245void SSL_CTX_set_default_verify
6246 6246
6247/* This callback, if set, totaly overrides the normal SSLeay verification 6247/* This callback, if set, totaly overrides the normal SSLeay verification
6248 * functions and should return 1 on sucesss and 0 on failure */ 6248 * functions and should return 1 on successs and 0 on failure */
6249void SSL_CTX_set_cert_verify_callback 6249void SSL_CTX_set_cert_verify_callback
6250 6250
6251/* The following are the same as the equivilent SSL_xxx functions. 6251/* The following are the same as the equivilent SSL_xxx functions.