From 71477dc340552244618421bfc331e3226e59f4ea 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/rc2/rc2.h | 2 +- src/lib/libcrypto/rc2/rc2_cbc.c | 2 +- src/lib/libcrypto/rc2/rc2_ecb.c | 2 +- src/lib/libcrypto/rc2/rc2_locl.h | 2 +- src/lib/libcrypto/rc2/rc2_skey.c | 2 +- src/lib/libcrypto/rc2/rc2cfb64.c | 2 +- src/lib/libcrypto/rc2/rc2ofb64.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libcrypto/rc2') diff --git a/src/lib/libcrypto/rc2/rc2.h b/src/lib/libcrypto/rc2/rc2.h index 4c737f5b90..eeec3c0c9b 100644 --- a/src/lib/libcrypto/rc2/rc2.h +++ b/src/lib/libcrypto/rc2/rc2.h @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2.h */ +/* $OpenBSD: rc2.h,v 1.10 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2_cbc.c b/src/lib/libcrypto/rc2/rc2_cbc.c index 74f48d3d87..7d826e32e1 100644 --- a/src/lib/libcrypto/rc2/rc2_cbc.c +++ b/src/lib/libcrypto/rc2/rc2_cbc.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2_cbc.c */ +/* $OpenBSD: rc2_cbc.c,v 1.4 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2_ecb.c b/src/lib/libcrypto/rc2/rc2_ecb.c index fff86c7af8..72220a2e73 100644 --- a/src/lib/libcrypto/rc2/rc2_ecb.c +++ b/src/lib/libcrypto/rc2/rc2_ecb.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2_ecb.c */ +/* $OpenBSD: rc2_ecb.c,v 1.5 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2_locl.h b/src/lib/libcrypto/rc2/rc2_locl.h index 565cd17619..73d8c68ca7 100644 --- a/src/lib/libcrypto/rc2/rc2_locl.h +++ b/src/lib/libcrypto/rc2/rc2_locl.h @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2_locl.h */ +/* $OpenBSD: rc2_locl.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2_skey.c b/src/lib/libcrypto/rc2/rc2_skey.c index 56e47845a4..964db09893 100644 --- a/src/lib/libcrypto/rc2/rc2_skey.c +++ b/src/lib/libcrypto/rc2/rc2_skey.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2_skey.c */ +/* $OpenBSD: rc2_skey.c,v 1.12 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2cfb64.c b/src/lib/libcrypto/rc2/rc2cfb64.c index b3a0158a6e..3da6a96457 100644 --- a/src/lib/libcrypto/rc2/rc2cfb64.c +++ b/src/lib/libcrypto/rc2/rc2cfb64.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2cfb64.c */ +/* $OpenBSD: rc2cfb64.c,v 1.4 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/src/lib/libcrypto/rc2/rc2ofb64.c b/src/lib/libcrypto/rc2/rc2ofb64.c index 9e297867ed..58c765d456 100644 --- a/src/lib/libcrypto/rc2/rc2ofb64.c +++ b/src/lib/libcrypto/rc2/rc2ofb64.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2ofb64.c */ +/* $OpenBSD: rc2ofb64.c,v 1.4 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * -- cgit v1.2.3-55-g6feb