summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cast
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-12 15:49:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-12 15:49:32 +0000
commit49a392b36834a2c852c7913eca64b1663500622a (patch)
treec526d22b9e2f914670ee1207fe73124442677cfd /lib/libcrypto/cast
parentdba886c38cea7b6970051b037308699d853bc83b (diff)
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/cast')
-rw-r--r--lib/libcrypto/cast/c_cfb64.c2
-rw-r--r--lib/libcrypto/cast/c_ecb.c2
-rw-r--r--lib/libcrypto/cast/c_enc.c2
-rw-r--r--lib/libcrypto/cast/c_ofb64.c2
-rw-r--r--lib/libcrypto/cast/c_skey.c2
-rw-r--r--lib/libcrypto/cast/cast.h2
-rw-r--r--lib/libcrypto/cast/cast_lcl.h2
-rw-r--r--lib/libcrypto/cast/cast_s.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libcrypto/cast/c_cfb64.c b/lib/libcrypto/cast/c_cfb64.c
index dcec13a2019..77a02d6dd86 100644
--- a/lib/libcrypto/cast/c_cfb64.c
+++ b/lib/libcrypto/cast/c_cfb64.c
@@ -1,4 +1,4 @@
-/* crypto/cast/c_cfb64.c */
+/* $OpenBSD: c_cfb64.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/c_ecb.c b/lib/libcrypto/cast/c_ecb.c
index b6a3b1fff92..c94c50bd4f8 100644
--- a/lib/libcrypto/cast/c_ecb.c
+++ b/lib/libcrypto/cast/c_ecb.c
@@ -1,4 +1,4 @@
-/* crypto/cast/c_ecb.c */
+/* $OpenBSD: c_ecb.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/c_enc.c b/lib/libcrypto/cast/c_enc.c
index a1f28293f13..4305c3108cc 100644
--- a/lib/libcrypto/cast/c_enc.c
+++ b/lib/libcrypto/cast/c_enc.c
@@ -1,4 +1,4 @@
-/* crypto/cast/c_enc.c */
+/* $OpenBSD: c_enc.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/c_ofb64.c b/lib/libcrypto/cast/c_ofb64.c
index cb3222456c0..dc5eebf56ba 100644
--- a/lib/libcrypto/cast/c_ofb64.c
+++ b/lib/libcrypto/cast/c_ofb64.c
@@ -1,4 +1,4 @@
-/* crypto/cast/c_ofb64.c */
+/* $OpenBSD: c_ofb64.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/c_skey.c b/lib/libcrypto/cast/c_skey.c
index 54ea98cd0bf..1cea8c8ab06 100644
--- a/lib/libcrypto/cast/c_skey.c
+++ b/lib/libcrypto/cast/c_skey.c
@@ -1,4 +1,4 @@
-/* crypto/cast/c_skey.c */
+/* $OpenBSD: c_skey.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/cast.h b/lib/libcrypto/cast/cast.h
index 8741532e9e4..4759d4c782a 100644
--- a/lib/libcrypto/cast/cast.h
+++ b/lib/libcrypto/cast/cast.h
@@ -1,4 +1,4 @@
-/* crypto/cast/cast.h */
+/* $OpenBSD: cast.h,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/cast_lcl.h b/lib/libcrypto/cast/cast_lcl.h
index 61facd09d8a..6ae6c23d714 100644
--- a/lib/libcrypto/cast/cast_lcl.h
+++ b/lib/libcrypto/cast/cast_lcl.h
@@ -1,4 +1,4 @@
-/* crypto/cast/cast_lcl.h */
+/* $OpenBSD: cast_lcl.h,v 1.10 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/cast/cast_s.h b/lib/libcrypto/cast/cast_s.h
index 2a30514a591..7d4e220e322 100644
--- a/lib/libcrypto/cast/cast_s.h
+++ b/lib/libcrypto/cast/cast_s.h
@@ -1,4 +1,4 @@
-/* crypto/cast/cast_s.h */
+/* $OpenBSD: cast_s.h,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*