mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/pg-gvm: Update to 22.6.6 security/gsa: Update to 24.1.0 (Only amd64 and aarch64) security/gsad: Update to 24.1.0 security/openvas: Update to 23.14.0 security/gvmd: Update to 24.1.2 security/gvm-libs: 22.15.0 security/py-notus-scanner: Update to 22.6.5 security/py-greenbone-feed-sync: Update to 24.9.0 security/py-ospd-openvas: Bump PORTREVISION security/py-gvm-tools: Update to 24.12.1 security/py-python-gvm: Update to 24.12.0
14 lines
365 B
C
14 lines
365 B
C
--- 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>
|