summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/zserver.h b/server/zserver.h
index 0dcd5e0..00ad972 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -58,13 +58,11 @@ Code_t ZFormatAuthenticNotice(ZNotice_t*, char*, int, int*, C_Block);
#define NOW t_local.tv_sec
#ifdef HAVE_KRB4
-#ifndef NOENCRYPTION
/* Kerberos shouldn't stick us with array types... */
typedef struct {
des_key_schedule s;
} Sched;
#endif
-#endif
typedef struct _Destination Destination;
typedef struct _Destlist Destlist;