ports/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c
Matthias Andree 159c6c7314 security/openvpn: fix missing include for PATH_MAX
While here, add a warning banner about libressl support status,
and clean up a leftover INSTALL_DATA workaround no longer needed.

Patch suggested and
Reported by:	Franco Fichtner <franco@opnsense.org>
PR:		256744
2021-06-22 21:25:44 +02:00

10 lines
267 B
C

--- src/plugins/auth-pam/auth-pam.c.orig 2021-06-21 04:44:39 UTC
+++ src/plugins/auth-pam/auth-pam.c
@@ -39,6 +39,7 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
+#include <limits.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>