summaryrefslogtreecommitdiff
path: root/h/internal.h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>2001-03-05 17:21:43 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>2001-03-05 17:21:43 +0000
commit73358fd9104689e120ac0e1194455b95e72b1359 (patch)
treefefcf62cee4433196dfdb664c0d9809aa144886d /h/internal.h
parent3136c7a82f39c2d461b473b3fc7f014c61021681 (diff)
Revert last change; we're not ready to start enforcing checksums on
all operations yet.
Diffstat (limited to 'h/internal.h')
-rw-r--r--h/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/internal.h b/h/internal.h
index 433a9b4..8544d3a 100644
--- a/h/internal.h
+++ b/h/internal.h
@@ -26,6 +26,7 @@
#define HM_SVC_FALLBACK htons((unsigned short) 2104)
#define HM_SRV_SVC_FALLBACK htons((unsigned short) 2105)
+#define ZAUTH_CKSUM_FAILED (-2) /* Used only by server. */
#define ZAUTH_UNSET (-3) /* Internal to client library. */
#define Z_MAXFRAGS 500 /* Max number of packet fragments */
#define Z_MAXNOTICESIZE 400000 /* Max size of incoming notice */