summaryrefslogtreecommitdiff
path: root/auth/gensec/schannel.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-26 16:41:05 +1200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-27 12:54:22 +0000
commit8f4c30f785cd012597883016e35f794e9a800404 (patch)
treea424c283503356f74130a3c4499cfdb19caa4ca4 /auth/gensec/schannel.c
parent29ee235caee7e703ee9ebee342c8decb017fd099 (diff)
downloadsamba-8f4c30f785cd012597883016e35f794e9a800404.tar.gz
lib/crypto: move gnutls error wrapper to own subsystem
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'auth/gensec/schannel.c')
-rw-r--r--auth/gensec/schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gensec/schannel.c b/auth/gensec/schannel.c
index d0febc7dc9c..ef62d978122 100644
--- a/auth/gensec/schannel.c
+++ b/auth/gensec/schannel.c
@@ -36,7 +36,7 @@
#include "lib/crypto/crypto.h"
#include "libds/common/roles.h"
-#include "libcli/util/gnutls_error.h"
+#include "lib/crypto/gnutls_helpers.h"
#include <gnutls/gnutls.h>
#include <gnutls/crypto.h>