ports/security/pecl-krb5/files/patch-krb5.c
Palle Girgensohn 1ae118fdaa Add port of php kerberos
An interface for maintaining credential caches (KRB5CCache),
that can be used for authenticating against a kerberos5 realm.
Bindings for nearly the complete GSSAPI (RFC2744).
The administrative interface (KADM5).
Support for HTTP Negotiate authentication via GSSAPI.

WWW: https://pecl.php.net/package/krb5
2017-01-21 13:10:31 +00:00

11 lines
182 B
C

--- krb5.c.orig 2016-11-12 14:17:44 UTC
+++ krb5.c
@@ -39,6 +39,7 @@
#include <sys/time.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
#ifdef HAVE_KADM5
#include "kdb.h"