diff options
Diffstat (limited to 'lib/libssl/src/crypto/rc2/rc2_cbc.c')
-rw-r--r-- | lib/libssl/src/crypto/rc2/rc2_cbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/rc2/rc2_cbc.c b/lib/libssl/src/crypto/rc2/rc2_cbc.c index 74f48d3d87b..7d826e32e17 100644 --- a/lib/libssl/src/crypto/rc2/rc2_cbc.c +++ b/lib/libssl/src/crypto/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. * |