summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 9af4f9d6a38..a3eb0793579 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.254 2011/11/21 18:57:54 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.255 2011/11/28 20:29:27 chl Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -474,7 +474,7 @@ enum session_state {
S_DONE,
S_QUIT
};
-#define STATE_COUNT 18
+#define STATE_COUNT 19
struct ssl {
SPLAY_ENTRY(ssl) ssl_nodes;