diff options
Diffstat (limited to 'security/openvas/files/patch-misc_openvas-krb5.h')
-rw-r--r-- | security/openvas/files/patch-misc_openvas-krb5.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openvas/files/patch-misc_openvas-krb5.h b/security/openvas/files/patch-misc_openvas-krb5.h deleted file mode 100644 index 35ba9b8109a9..000000000000 --- a/security/openvas/files/patch-misc_openvas-krb5.h +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/openvas-krb5.h 2024-12-22 00:19:13.309593000 -0800 -+++ misc/openvas-krb5.h 2024-12-22 00:20:45.473987000 -0800 -@@ -1,4 +1,8 @@ -+#if defined(__FreeBSD__) -+#include <krb5.h> -+#else - #include <krb5/krb5.h> -+#endif - #include <stdbool.h> - #ifndef OPENVAS_KRB5 - #define OPENVAS_KRB5 1 |