From 59f4f2c61d71e266d37dd2fc97615b3fd35b4721 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 12 Jun 2014 15:49:31 +0000 Subject: tags as requested by miod and tedu --- src/lib/libcrypto/cast/c_cfb64.c | 2 +- src/lib/libcrypto/cast/c_ecb.c | 2 +- src/lib/libcrypto/cast/c_enc.c | 2 +- src/lib/libcrypto/cast/c_ofb64.c | 2 +- src/lib/libcrypto/cast/c_skey.c | 2 +- src/lib/libcrypto/cast/cast.h | 2 +- src/lib/libcrypto/cast/cast_lcl.h | 2 +- src/lib/libcrypto/cast/cast_s.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/libcrypto/cast') diff --git a/src/lib/libcrypto/cast/c_cfb64.c b/src/lib/libcrypto/cast/c_cfb64.c index dcec13a201..77a02d6dd8 100644 --- a/src/lib/libcrypto/cast/c_cfb64.c +++ b/src/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/src/lib/libcrypto/cast/c_ecb.c b/src/lib/libcrypto/cast/c_ecb.c index b6a3b1fff9..c94c50bd4f 100644 --- a/src/lib/libcrypto/cast/c_ecb.c +++ b/src/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/src/lib/libcrypto/cast/c_enc.c b/src/lib/libcrypto/cast/c_enc.c index a1f28293f1..4305c3108c 100644 --- a/src/lib/libcrypto/cast/c_enc.c +++ b/src/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/src/lib/libcrypto/cast/c_ofb64.c b/src/lib/libcrypto/cast/c_ofb64.c index cb3222456c..dc5eebf56b 100644 --- a/src/lib/libcrypto/cast/c_ofb64.c +++ b/src/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/src/lib/libcrypto/cast/c_skey.c b/src/lib/libcrypto/cast/c_skey.c index 54ea98cd0b..1cea8c8ab0 100644 --- a/src/lib/libcrypto/cast/c_skey.c +++ b/src/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/src/lib/libcrypto/cast/cast.h b/src/lib/libcrypto/cast/cast.h index 8741532e9e..4759d4c782 100644 --- a/src/lib/libcrypto/cast/cast.h +++ b/src/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/src/lib/libcrypto/cast/cast_lcl.h b/src/lib/libcrypto/cast/cast_lcl.h index 61facd09d8..6ae6c23d71 100644 --- a/src/lib/libcrypto/cast/cast_lcl.h +++ b/src/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/src/lib/libcrypto/cast/cast_s.h b/src/lib/libcrypto/cast/cast_s.h index 2a30514a59..7d4e220e32 100644 --- a/src/lib/libcrypto/cast/cast_s.h +++ b/src/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. * -- cgit v1.2.3-55-g6feb