Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!unido!uklirb!mattern From: mattern@uklirb.UUCP Newsgroups: sci.crypt Subject: crypt internat. / DES - (nf) Message-ID: <16900001@uklirb.UUCP> Date: Thu, 6-Nov-86 15:58:00 EST Article-I.D.: uklirb.16900001 Posted: Thu Nov 6 15:58:00 1986 Date-Received: Sun, 9-Nov-86 03:07:03 EST Lines: 17 Nf-ID: #N:uklirb:16900001:000:559 Nf-From: uklirb!mattern Nov 6 21:58:00 1986 The international version of UNIX crypt(3) does allow encryption, but not decryption; the source contains a preprocessor-flag INTL for that purpose: < #ifdef INTL < /* < * Ignore edflag in international version; < * only encryption is allowed. < */ . . . . . . . . . . . < #ifdef INTL < /* < * International version does not have setkey(); < */ But here in Germany we not only have the stripped down crypt.c, but also crypt.c.save, the original version! Perhaps someone forgot to remove the file before shipping the system to Europe ...