From: Greg Hudson Date: Wed, 5 Apr 2017 15:42:17 +0000 (-0400) Subject: Export GSS_KRB5_GET_CRED_IMPERSONATOR on Windows X-Git-Tag: krb5-1.16-beta1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b87d806ad675b740e440a5b5e6074866fb5f53;p=thirdparty%2Fkrb5.git 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 --- 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