summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto/gse.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/crypto/gse.h')
-rw-r--r--source3/librpc/crypto/gse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/crypto/gse.h b/source3/librpc/crypto/gse.h
index 27cc2e9255..d2b0175346 100644
--- a/source3/librpc/crypto/gse.h
+++ b/source3/librpc/crypto/gse.h
@@ -70,4 +70,6 @@ NTSTATUS gse_sign(TALLOC_CTX *mem_ctx, struct gse_context *gse_ctx,
NTSTATUS gse_sigcheck(TALLOC_CTX *mem_ctx, struct gse_context *gse_ctx,
DATA_BLOB *data, DATA_BLOB *signature);
+extern const struct gensec_security_ops gensec_gse_krb5_security_ops;
+
#endif /* _GSE_H_ */