summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-09 15:58:03 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:35 +0200
commit5ad3a95f46381a1b02f1d6cd42b298f86d7ff685 (patch)
treeff72a39089611a9095a7ea7d06725647eb743607 /libcli/util/werror.h
parentd013dc4af166a597ab23ceb8b944524709c694d3 (diff)
downloadsamba-5ad3a95f46381a1b02f1d6cd42b298f86d7ff685.tar.gz
werror: removed WERR_SEC_E_ALGORITHM_MISMATCH (unused, already known as HRES_SEC_E_ALGORITHM_MISMATCH)
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index f0add35d70d..2fff6f41d3f 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -106,9 +106,6 @@ typedef uint32_t WERROR;
#define WERR_RPC_E_INVALID_HEADER W_ERROR(0x80010111)
#define WERR_RPC_E_REMOTE_DISABLED W_ERROR(0x8001011c)
-/* SEC errors */
-#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
-
/* Generic error code aliases */
#define WERR_FOOBAR WERR_GEN_FAILURE