[183] in Kerberos
#ifndef BIG fails
jon@ATHENA.MIT.EDU (jon@ATHENA.MIT.EDU)
Sun Aug 9 21:39:01 1987
From Saltzer@ATHENA.MIT.EDU Mon Mar 23 19:17:15 1987
To: kerberos
Subject: #ifndef BIG fails
From: Jerome H. Saltzer <Saltzer@ATHENA.MIT.EDU>
Originating-Client: <E40-391A-1.MIT.EDU>
OK, guys, when was the last time that the DES library passed its
verify test when compiled with BIG not defined?
When defined, BIG causes compilation of a program that is quite a bit
faster, but in payment is also quite a bit larger. I need the small
library on the PC. With BIG defined the des library passes its
verify test both on the VAX and the PC. With BIG undefined, it fails
both places. (With different wrong answers.)
Steve: can you reconstruct any changes that might have led to this
problem? Or identify a set of sources that passes verify with BIG
undefined, so that we can diff?
Jerry