X-Authentication-Warning: is.elta.co.il: nuucp set sender to eliz AT is DOT elta DOT co DOT il using -f >Received: from smmi12 by elta.co.il (8.8.8+Sun/SMI-SVR4) id PAA00359; Sun, 26 Sep 1999 15:38:41 +0200 (IST) Date: Sun, 26 Sep 1999 15:38:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT smmi12 To: Fred Backman cc: djgpp AT delorie DOT com Subject: Re: Crypt() In-Reply-To: <37E9E658.F6D9105F@pmail.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 23 Sep 1999, Fred Backman wrote: > But the problem is that crypt() is not included in djgpp, and I believe the > reason for this is that there are some silly legal issues involved which > basically makes it illegal to export the crypt() code outside the US. I'd rather think that DJGPP has no `crypt' because nobody wrote it. `crypt' uses DES encryption, and AFAIK DES is not restricted in the way you describe.