diff options
Diffstat (limited to 'security/openvpn25/files/patch-src_plugins_auth-pam_auth-pam.c')
-rw-r--r-- | security/openvpn25/files/patch-src_plugins_auth-pam_auth-pam.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openvpn25/files/patch-src_plugins_auth-pam_auth-pam.c b/security/openvpn25/files/patch-src_plugins_auth-pam_auth-pam.c new file mode 100644 index 000000000000..633bc0f0204d --- /dev/null +++ b/security/openvpn25/files/patch-src_plugins_auth-pam_auth-pam.c @@ -0,0 +1,10 @@ +--- 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> |