diff options
Diffstat (limited to 'security/openvas/files')
-rw-r--r-- | security/openvas/files/patch-misc_openvas-krb5.c | 14 | ||||
-rw-r--r-- | security/openvas/files/patch-misc_openvas-krb5.h | 11 |
2 files changed, 0 insertions, 25 deletions
diff --git a/security/openvas/files/patch-misc_openvas-krb5.c b/security/openvas/files/patch-misc_openvas-krb5.c deleted file mode 100644 index 6ef5d3b20d07..000000000000 --- a/security/openvas/files/patch-misc_openvas-krb5.c +++ /dev/null @@ -1,14 +0,0 @@ ---- misc/openvas-krb5.c 2024-12-22 00:19:01.961816000 -0800 -+++ misc/openvas-krb5.c 2024-12-22 00:20:50.556489000 -0800 -@@ -3,7 +3,11 @@ - #include <ctype.h> - #include <gssapi/gssapi.h> - #include <gssapi/gssapi_krb5.h> -+#if defined(__FreeBSD__) -+#include <krb5.h> -+#else - #include <krb5/krb5.h> -+#endif - #include <stdbool.h> - #include <stdio.h> - #include <stdlib.h> 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 |