summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-12 09:36:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:02 -0500
commit10c928a94f6fafd79ae4c9e581c793bbf700a9b5 (patch)
tree7795c6fd972be7a6475ba9a90ff07639e2efd0ef /source4/libcli/util/doserr.h
parent6ac408eef8af8e6feb4309708cf071bfe357f98f (diff)
downloadsamba-10c928a94f6fafd79ae4c9e581c793bbf700a9b5.tar.gz
samba-10c928a94f6fafd79ae4c9e581c793bbf700a9b5.tar.bz2
samba-10c928a94f6fafd79ae4c9e581c793bbf700a9b5.zip
r21291: add two more error codes
metze (This used to be commit dd04c5dec58b18048ca5029f7bfe513242cbe4e9)
Diffstat (limited to 'source4/libcli/util/doserr.h')
-rw-r--r--source4/libcli/util/doserr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index 79bbb1a4d8..69499c17e9 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -280,7 +280,9 @@
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
/* SEC errors */
-#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
+#define WERR_SEC_E_ENCRYPT_FAILURE W_ERROR(0x80090329)
+#define WERR_SEC_E_DECRYPT_FAILURE W_ERROR(0x80090330)
+#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331)
#define WERR_FOOBAR WERR_GENERAL_FAILURE