1
0
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:
fyodor
2015-06-20 02:56:02 +00:00
parent 12126af108
commit c697f458e0
4 changed files with 6 additions and 3 deletions

View File

@@ -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 */