diff options
-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. |