GSSAPI: remove useless *_MECHANISM defines.

This commit is contained in:
Patrick Monnerat
2014-07-23 18:56:19 +02:00
parent 5b22c47ca9
commit c31dec7f98
4 changed files with 3 additions and 9 deletions

View File

@@ -39,14 +39,8 @@
# include <gssapi.h>
#endif
#ifndef SPNEGO_MECHANISM
extern gss_OID_desc Curl_spnego_mech_oid;
#define SPNEGO_MECHANISM &Curl_spnego_mech_oid
#endif
#ifndef KRB5_MECHANISM
extern gss_OID_desc Curl_krb5_mech_oid;
#define KRB5_MECHANISM &Curl_krb5_mech_oid
#endif
/* Common method for using GSS-API */