From: David Kalnischkies Date: Sat, 11 Feb 2012 20:26:42 +0000 (+0100) Subject: just in case: correct the header-guard for https to not match http X-Git-Tag: 0.9.0~13^2~30 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f40db111e15e0d7bed3a6432d96c17553ee6f68e just in case: correct the header-guard for https to not match http --- diff --git a/methods/https.h b/methods/https.h index 3b57c7be6..b1961a870 100644 --- a/methods/https.h +++ b/methods/https.h @@ -8,8 +8,8 @@ ##################################################################### */ /*}}}*/ -#ifndef APT_HTTP_H -#define APT_HTTP_H +#ifndef APT_HTTPS_H +#define APT_HTTPS_H #include #include