mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Use our https URL in more places instead of the non-SSL one
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
like strcpy() even if they are done safely */
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
#define NMAP_NAME "Nmap"
|
||||
#define NMAP_URL "http://nmap.org"
|
||||
#define NMAP_URL "https://nmap.org"
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user