libcrypt is now an empty library
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 10:00:50 +0000 (10:00 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 10:00:50 +0000 (10:00 +0000)
lib/libcrypt/Makefile
lib/libcrypt/nothing.c [new file with mode: 0644]

index e77e2dd..22b0431 100644 (file)
@@ -1,15 +1,9 @@
 #      $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $
 #
-# This directory contains an implementation of crypt(3) and associated
-# routines.  They have been modified so that decryption is no longer possible,
-# and thus are exportable.  They were taken from the 4.4BSD-Lite foreign
-# distribution.
+# This library exists for compatibility with NetBSD.
 
 LIB=   crypt
 
-SRCS=  crypt.c
-
-MAN=   crypt.3
-MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
+SRCS=  nothing.c
 
 .include <bsd.lib.mk>
diff --git a/lib/libcrypt/nothing.c b/lib/libcrypt/nothing.c
new file mode 100644 (file)
index 0000000..0c13003
--- /dev/null
@@ -0,0 +1,6 @@
+/*
+ *
+ * Absolutely nothing.
+ * We no longer need libcrypt because crypt() is once again in libc
+ * 
+ */