Skip to content

Commit 1cd887a

Browse files
committed
use gssapi_ext wrapper to fix build with heimdal
1 parent bd98bd6 commit 1cd887a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gssapi/raw/ext_rfc6680.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from gssapi.raw.oids cimport OID
88
from gssapi.raw.misc import GSSError
99
from gssapi.raw.named_tuples import InquireNameResult, GetNameAttributeResult
1010

11-
cdef extern from "gssapi/gssapi_ext.h":
11+
cdef extern from "python_gssapi_ext.h":
1212
OM_uint32 gss_display_name_ext(OM_uint32 *min_stat, gss_name_t name,
1313
gss_OID name_type,
1414
gss_buffer_t output_name) nogil

0 commit comments

Comments
 (0)