[net.unix-wizards] libc/crypt.c bug

TomDunigan@BRL-VGR.ARPA,dunigan@lbl-csam (11/29/83)

The "private" vector E is not initialized making entries
setkey()  and encrypt() useless as standalone routines.
(The routine crypt(), being privy to E, can (and does) initialize E
for its own purposes.)
Perhaps, setkey() should copy e to E since crypt() is designed
to munge E.?