Skip to content

Commit

Permalink
use gssapi_ext wrapper to fix build with heimdal
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Apr 9, 2015
1 parent bd98bd6 commit 1cd887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gssapi/raw/ext_rfc6680.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from gssapi.raw.oids cimport OID
from gssapi.raw.misc import GSSError
from gssapi.raw.named_tuples import InquireNameResult, GetNameAttributeResult

cdef extern from "gssapi/gssapi_ext.h":
cdef extern from "python_gssapi_ext.h":
OM_uint32 gss_display_name_ext(OM_uint32 *min_stat, gss_name_t name,
gss_OID name_type,
gss_buffer_t output_name) nogil
Expand Down

0 comments on commit 1cd887a

Please sign in to comment.