summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth/gensec/gensec_internal.h')
-rw-r--r--auth/gensec/gensec_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/gensec/gensec_internal.h b/auth/gensec/gensec_internal.h
index 911b48b52d6..8efb1bdff0f 100644
--- a/auth/gensec/gensec_internal.h
+++ b/auth/gensec/gensec_internal.h
@@ -28,6 +28,7 @@ struct gensec_security;
struct gensec_security_ops {
const char *name;
const char *sasl_name;
+ bool weak_crypto;
uint8_t auth_type; /* 0 if not offered on DCE-RPC */
const char **oid; /* NULL if not offered by SPNEGO */
NTSTATUS (*client_start)(struct gensec_security *gensec_security);