From 79b87d806ad675b740e440a5b5e6074866fb5f53 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 5 Apr 2017 11:42:17 -0400 Subject: [PATCH] Export GSS_KRB5_GET_CRED_IMPERSONATOR on Windows Add the new public data symbol GSS_KRB5_GET_CRED_IMPERSONATOR to the gssapi DLL export list. ticket: 8548 --- src/lib/gssapi32.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def index 362b9bce84..4bf8c95202 100644 --- a/src/lib/gssapi32.def +++ b/src/lib/gssapi32.def @@ -182,3 +182,5 @@ EXPORTS gss_verify_mic_iov @146 ; Added in 1.14 GSS_KRB5_CRED_NO_CI_FLAGS_X @147 DATA +; Added in 1.16 + GSS_KRB5_GET_CRED_IMPERSONATOR @148 DATA -- 2.47.2