Skip to content

Commit e428402

Browse files
committed
GSS_S_BAD_MIC isn't defined in MIT Kerberos
It's deprecated and GSS_S_BAD_SIG should be used instead.
1 parent 74923af commit e428402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gssapi/bindings/cffi_gssapi.cdef

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ extern gss_OID const GSS_C_NT_EXPORT_NAME;
269269
#define GSS_S_BAD_BINDINGS ...
270270
#define GSS_S_BAD_STATUS ...
271271
#define GSS_S_BAD_SIG ...
272-
#define GSS_S_BAD_MIC ...
273272
#define GSS_S_NO_CRED ...
274273
#define GSS_S_NO_CONTEXT ...
275274
#define GSS_S_DEFECTIVE_TOKEN ...

0 commit comments

Comments
 (0)