summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-09 15:55:59 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:35 +0200
commitd013dc4af166a597ab23ceb8b944524709c694d3 (patch)
treef6334d573a2d2f86aa683859c3263529fb725f47 /libcli/util/werror.h
parent08586e282410b7b21210454ced332d4bd190641a (diff)
downloadsamba-d013dc4af166a597ab23ceb8b944524709c694d3.tar.gz
werror: replace WERR_SEC_E_DECRYPT_FAILURE with HRES_SEC_E_DECRYPT_FAILURE
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d5cdd11ffee..f0add35d70d 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -107,7 +107,6 @@ typedef uint32_t WERROR;
#define WERR_RPC_E_REMOTE_DISABLED W_ERROR(0x8001011c)
/* SEC errors */
-#define WERR_SEC_E_DECRYPT_FAILURE W_ERROR(0x80090330)
#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
/* Generic error code aliases */