From 5de536083518144acf875e49288f8154eb401ed7 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 19:09:14 +0000 Subject: no more NOENCRYPTION --- lib/ZCkAuth.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/ZCkAuth.c') diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c index a851463..94de793 100644 --- a/lib/ZCkAuth.c +++ b/lib/ZCkAuth.c @@ -52,14 +52,11 @@ ZCheckAuthentication(ZNotice_t *notice, session = (C_Block *)cred.session; -#ifdef NOENCRYPTION - our_checksum = 0; -#else our_checksum = des_quad_cksum(notice->z_packet, NULL, notice->z_default_format+ strlen(notice->z_default_format)+1- notice->z_packet, 0, session); -#endif + /* if mismatched checksum, then the packet was corrupted */ return ((our_checksum == notice->z_checksum) ? ZAUTH_YES : ZAUTH_FAILED); #else -- cgit v1.2.3