We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd98bd6 commit 1cd887aCopy full SHA for 1cd887a
gssapi/raw/ext_rfc6680.pyx
@@ -8,7 +8,7 @@ from gssapi.raw.oids cimport OID
8
from gssapi.raw.misc import GSSError
9
from gssapi.raw.named_tuples import InquireNameResult, GetNameAttributeResult
10
11
-cdef extern from "gssapi/gssapi_ext.h":
+cdef extern from "python_gssapi_ext.h":
12
OM_uint32 gss_display_name_ext(OM_uint32 *min_stat, gss_name_t name,
13
gss_OID name_type,
14
gss_buffer_t output_name) nogil
0 commit comments