diff options
author | millert <> | 2002-12-09 00:45:36 +0000 |
---|---|---|
committer | millert <> | 2002-12-09 00:45:36 +0000 |
commit | 6cf34007b3615170b5c08a4ce38f7077516f1e14 (patch) | |
tree | a74fc0f4fa045da6ff4471f5879160708f899b99 | |
parent | e0fe3085eb6f61cbd3984b9ea6b2e61b7e2207e6 (diff) | |
download | openbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.tar.gz openbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.tar.bz2 openbsd-6cf34007b3615170b5c08a4ce38f7077516f1e14.zip |
From Andrushock, s/sucess/success/g
-rw-r--r-- | src/lib/libssl/src/doc/ssleay.txt | 2 |
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 | |||
6245 | void SSL_CTX_set_default_verify | 6245 | void 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 */ |
6249 | void SSL_CTX_set_cert_verify_callback | 6249 | void 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. |