mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 05:13:51 -07:00
fix various spelling and typography errors
taken from Debian; the changes were authored by: * Julián Moreno Patiño <julian@debian.org> * Daniel Echeverry <epsilon77@gmail.com>
This commit is contained in:
parent
21ae638382
commit
0e6ef089db
16 changed files with 20 additions and 20 deletions
|
@ -534,7 +534,7 @@ int32_t internal__hydra_connect_to_ssl(int32_t socket, char *hostname) {
|
|||
// SSL_CTX_set_options(sslContext, SSL_OP_NO_SSLv2);
|
||||
// SSL_CTX_set_options(sslContext, SSL_OP_NO_TLSv1);
|
||||
|
||||
/* we set the default verifiers and dont care for the results */
|
||||
/* we set the default verifiers and don't care for the results */
|
||||
(void) SSL_CTX_set_default_verify_paths(sslContext);
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
SSL_CTX_set_tmp_rsa_callback(sslContext, ssl_temp_rsa_cb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue