blob: f339c9a2e7d599cccc8fd908eec4a94885f24a91 [file] [log] [blame]
Zack Williams9f896c42020-10-05 21:59:11 -07001diff --git a/src/config/general.h b/src/config/general.h
2index 3c14a2cd..8867f152 100644
3--- a/src/config/general.h
4+++ b/src/config/general.h
5@@ -54,7 +54,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
6
7 #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
8 #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
9-#undef DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
10+#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
11 #undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
12 #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
13 #undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */