From a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 24 Jul 1998 04:57:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_2_2_7_RELEASE'. This commit was manufactured to restore the state of the 2.2.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- lib/libcrypt/Makefile | 2 +- lib/libcrypt/crypt.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index d4d5057297d24..0ac5a24c32e06 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1994/11/14 06:44:45 bde Exp $ +# $Id: Makefile,v 1.7 1995/05/30 05:42:21 rgrimes Exp $ # LCRYPTBASE= libcrypt diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index ce7b9ee2903c4..15f8a0cf2bcaa 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -6,12 +6,12 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: crypt.c,v 1.4 1996/07/12 18:56:01 jkh Exp $ + * $Id: crypt.c,v 1.5 1996/10/14 08:34:02 phk Exp $ * */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.4 1996/07/12 18:56:01 jkh Exp $"; +static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.5 1996/10/14 08:34:02 phk Exp $"; #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3