diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-22 00:05:20 -0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-22 00:05:20 -0800 |
commit | 1cae14d2a65a44aac915e6eb8e8f6d7bd6c2a88b (patch) | |
tree | 475aaac97168d014101c015fa4b23442c81232e3 /security/openvas/files/patch-misc_openvas-krb5.h | |
parent | net-mgmt/realmd: Fix patch to unbreak the build (diff) |
security/openvas: Change kerberos dependency to mit one
- It fixed a issue when osp_openvas is started
- Remove obsolete patch files
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 |