]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
just in case: correct the header-guard for https to not match http
[apt.git] / methods / https.h
index 3b57c7be6285aef55a8f0c0b431a878297e268cd..b1961a8706f4043cacbe31f4fc5d20912e3b987e 100644 (file)
@@ -8,8 +8,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 
-#ifndef APT_HTTP_H
-#define APT_HTTP_H
+#ifndef APT_HTTPS_H
+#define APT_HTTPS_H
 
 #include <iostream>
 #include <curl/curl.h>