fixed undefined des_debug
authorTom Yu <tlyu@mit.edu>
Fri, 15 Apr 1994 23:11:50 +0000 (23:11 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 15 Apr 1994 23:11:50 +0000 (23:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3573 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/des425/quad_cksum.c

index 6a32ba5b7a333d17d7b0e26ceddbfd698503a5b4..482d7eee8677fbdf7d7a48436a99634d0055ce1d 100644 (file)
@@ -166,8 +166,10 @@ des_quad_cksum(in,out,length,out_count,c_seed)
            x2 = z2;
            z  = ((x * x) + (x2 * x2)) % 0x7fffffff;
            z2 = (x * (x2+83653421))   % 0x7fffffff; /* modulo */
+#ifdef DEBUG
            if (des_debug & 8)
                printf("%d %d\n",z,z2);
+#endif
        }
 
        if (out != NULL) {