summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcipher
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commitefabb9ccb197b05958967dd035c279ba3bc19cb0 (patch)
tree2aca709a2adc99fd79e8420c6abe78733949e203 /secure/lib/libcipher
parent06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff)
downloadFreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip
FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'secure/lib/libcipher')
-rw-r--r--secure/lib/libcipher/Makefile2
-rw-r--r--secure/lib/libcipher/README2
-rw-r--r--secure/lib/libcipher/README.FreeBSD2
-rw-r--r--secure/lib/libcipher/cipher.32
-rw-r--r--secure/lib/libcipher/crypt.c2
-rw-r--r--secure/lib/libcipher/test/Makefile2
-rw-r--r--secure/lib/libcipher/test/cert.c2
-rw-r--r--secure/lib/libcipher/test/cert.input2
8 files changed, 8 insertions, 8 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile
index 28d3b2e..a93667f 100644
--- a/secure/lib/libcipher/Makefile
+++ b/secure/lib/libcipher/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
LIB= cipher
diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README
index b02ff5a1..ab8af5a 100644
--- a/secure/lib/libcipher/README
+++ b/secure/lib/libcipher/README
@@ -4,7 +4,7 @@
David Burren <davidb@werj.com.au>
Release 1.0, March 1994
- Document ref: $Id$
+ Document ref: $FreeBSD$
Description
diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD
index 0dbad1e..2379f73 100644
--- a/secure/lib/libcipher/README.FreeBSD
+++ b/secure/lib/libcipher/README.FreeBSD
@@ -1,4 +1,4 @@
-$Id$
+$FreeBSD$
This is FreeSec package for NetBSD, unchanged for
FreeBSD, except for the Makefile.
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3
index e05a3d4..a534fd7 100644
--- a/secure/lib/libcipher/cipher.3
+++ b/secure/lib/libcipher/cipher.3
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: cipher.3,v 1.4 1997/02/22 14:40:20 peter Exp $
+.\" $FreeBSD$
.\"
.\" Manual page, using -mandoc macros
.\"
diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c
index 62ea69d..4798371 100644
--- a/secure/lib/libcipher/crypt.c
+++ b/secure/lib/libcipher/crypt.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*
* This is an original implementation of the DES and the crypt(3) interfaces
* by David Burren <davidb@werj.com.au>.
diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile
index dcbf1c7..50ae571 100644
--- a/secure/lib/libcipher/test/Makefile
+++ b/secure/lib/libcipher/test/Makefile
@@ -2,7 +2,7 @@
# Hacked Makefile to compile and run the DES-certification program,
# but not install anything.
#
-# $Id$
+# $FreeBSD$
#
LIBCRYPT!=cd $(.CURDIR)/..; \
printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx
diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c
index 56dc88a..e9907b9 100644
--- a/secure/lib/libcipher/test/cert.c
+++ b/secure/lib/libcipher/test/cert.c
@@ -3,7 +3,7 @@
* shipped with UFC-crypt which is apparently derived from one distributed
* with Phil Karns PD DES package.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input
index db1749e..e7c715c 100644
--- a/secure/lib/libcipher/test/cert.input
+++ b/secure/lib/libcipher/test/cert.input
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
#
# Salt, key, plaintext, ciphertext
#
OpenPOWER on IntegriCloud