mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
GSSAPI: remove useless *_MECHANISM defines.
This commit is contained in:
parent
5b22c47ca9
commit
c31dec7f98
4 changed files with 3 additions and 9 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue