1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 23:19:02 +00:00

Allow user to specify SSL ciphersuite choices

Fixes #19
This commit is contained in:
dmiller
2014-12-11 19:07:04 +00:00
parent e81f9fba12
commit 2353d5a913
4 changed files with 16 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ void options_init(void)
o.sslkey = NULL;
o.sslverify = 0;
o.ssltrustfile = NULL;
o.sslciphers = NULL;
#endif
}