mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Optionally use Kerberos from base, heimdal, or from MIT take maintainership PR: 199123 Approved by: mat (mentor)
12 lines
317 B
C
12 lines
317 B
C
--- src/kerberosbasic.h.orig 2015-03-29 03:39:10 UTC
|
|
+++ src/kerberosbasic.h
|
|
@@ -14,8 +14,8 @@
|
|
* limitations under the License.
|
|
**/
|
|
|
|
+#include <krb5.h>
|
|
#include <gssapi/gssapi.h>
|
|
-#include <gssapi/gssapi_generic.h>
|
|
#include <gssapi/gssapi_krb5.h>
|
|
|
|
#define krb5_get_err_text(context,code) error_message(code)
|