X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=blobdiff_plain;f=include%2Fsasl.h;h=b08205742bb8e8189839a82ed5375587eeb496d8;hp=714f0ca54e51698920448ddd54665e395cd20a42;hb=c3ef0663e190e058bb434ff3f5faea103f3f448b;hpb=b457160aa9c7fc2f189c3e2c2389455d1bdaa514 diff --git a/include/sasl.h b/include/sasl.h index 714f0ca..b082057 100755 --- a/include/sasl.h +++ b/include/sasl.h @@ -791,14 +791,14 @@ LIBSASL_API int sasl_getprop(sasl_conn_t *conn, int propnum, * is particularly useful for servers that respond to multiple names. */ #define SASL_GSS_LOCAL_NAME 20 -typedef struct sasl_channel_bindings { +typedef struct sasl_channel_binding { char *type; int critical; unsigned long len; unsigned char *data; -} sasl_channel_bindings; +} sasl_channel_binding; -#define SASL_CHANNEL_BINDINGS 21 +#define SASL_CHANNEL_BINDING 21 /* set property in SASL connection state * returns: