summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-07-05 16:28:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-07-09 12:16:11 +0000
commita31a40b41a18ae09a4e2e76f41c95b011ed30bea (patch)
tree97f781ca400dae05bbbdede910adcd4065c9c29a /lib/crypto
parent6fe2193b17ac2d57c559d3b936b37238d06d6be8 (diff)
downloadsamba-a31a40b41a18ae09a4e2e76f41c95b011ed30bea.tar.gz
lib:crypto: Fix path to header file in gnutls_helpers.h
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/gnutls_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/gnutls_helpers.h b/lib/crypto/gnutls_helpers.h
index b8288c25649..7c950c79525 100644
--- a/lib/crypto/gnutls_helpers.h
+++ b/lib/crypto/gnutls_helpers.h
@@ -18,8 +18,8 @@
#ifndef _GNUTLS_HELPERS_H
#define _GNUTLS_HELPERS_H
-#include "ntstatus.h"
-#include "werror.h"
+#include "libcli/util/ntstatus.h"
+#include "libcli/util/werror.h"
NTSTATUS _gnutls_error_to_ntstatus(int gnutls_rc,
NTSTATUS blocked_status,