summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/util/doserr.h')
-rw-r--r--source4/libcli/util/doserr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index 386735617a..32807da47c 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -265,6 +265,9 @@
#define WERR_DS_DNS_LOOKUP_FAILURE W_ERROR(0x0000214c)
#define WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX W_ERROR(0x00002150)
+/* SEC errors */
+#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
+
#define WERR_FOOBAR WERR_GENERAL_FAILURE
#endif /* _DOSERR_H */