mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the Greenbone Vulnerability Management (GVM) Solution. It is used for the Greenbone Security Manager appliances and is a full-featured scan engine that executes a continuously updated and extended feed of Network Vulnerability Tests (NVTs). WWW: https://github.com/greenbone/openvas
11 lines
273 B
C
11 lines
273 B
C
--- misc/ftp_funcs.c 2020-12-31 17:13:13.381267000 -0500
|
|
+++ misc/ftp_funcs.c 2020-12-31 17:15:17.095282000 -0500
|
|
@@ -20,6 +20,8 @@
|
|
|
|
#include "network.h"
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|