From owner-freebsd-commit Thu Sep 14 14:13:01 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA23547 for freebsd-commit-outgoing; Thu, 14 Sep 1995 14:13:01 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA23535 for cvs-all-outgoing; Thu, 14 Sep 1995 14:12:59 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA23522 for cvs-user-outgoing; Thu, 14 Sep 1995 14:12:57 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA23507 ; Thu, 14 Sep 1995 14:12:44 -0700 Date: Thu, 14 Sep 1995 14:12:44 -0700 From: "Justin T. Gibbs" Message-Id: <199509142112.OAA23507@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/include des.h Sender: commit-owner@FreeBSD.org Precedence: bulk gibbs 95/09/14 14:12:43 Modified: eBones/des Makefile new_rnd_key.c Removed: eBones/des MISSING Log: Bring in new_rnd_key.c from the mit des library. This gives folks in the U.S. the ability to build a secure telnet. Mark is already working on emultating these function in the export tree, but it will be a while yet. Kill MISSING since the missing functions are here now. Modified: eBones/include des.h Log: Prototypes for the function in new_rnd_key.c from the mit des library.