mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
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
10 lines
267 B
C
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>
|