diff options
author | 2014-06-12 15:49:27 +0000 | |
---|---|---|
committer | 2014-06-12 15:49:27 +0000 | |
commit | c3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch) | |
tree | e33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libssl/src/crypto/rc5 | |
parent | update to 1.6.0 with official syslog support backported from the 1.7 branch (diff) | |
download | wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libssl/src/crypto/rc5')
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5_ecb.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5_enc.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5_locl.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5_skey.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5cfb64.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5ofb64.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libssl/src/crypto/rc5/rc5.h b/lib/libssl/src/crypto/rc5/rc5.h index 4b3c153b503..2f076aca218 100644 --- a/lib/libssl/src/crypto/rc5/rc5.h +++ b/lib/libssl/src/crypto/rc5/rc5.h @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5.h */ +/* $OpenBSD: rc5.h,v 1.9 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/lib/libssl/src/crypto/rc5/rc5_ecb.c b/lib/libssl/src/crypto/rc5/rc5_ecb.c index e72b535507c..89d888e2a4a 100644 --- a/lib/libssl/src/crypto/rc5/rc5_ecb.c +++ b/lib/libssl/src/crypto/rc5/rc5_ecb.c @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5_ecb.c */ +/* $OpenBSD: rc5_ecb.c,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/lib/libssl/src/crypto/rc5/rc5_enc.c b/lib/libssl/src/crypto/rc5/rc5_enc.c index f327d32a766..8fdbabe8b61 100644 --- a/lib/libssl/src/crypto/rc5/rc5_enc.c +++ b/lib/libssl/src/crypto/rc5/rc5_enc.c @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5_enc.c */ +/* $OpenBSD: rc5_enc.c,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/lib/libssl/src/crypto/rc5/rc5_locl.h b/lib/libssl/src/crypto/rc5/rc5_locl.h index 14086c85517..07e1503981e 100644 --- a/lib/libssl/src/crypto/rc5/rc5_locl.h +++ b/lib/libssl/src/crypto/rc5/rc5_locl.h @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5_locl.h */ +/* $OpenBSD: rc5_locl.h,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/lib/libssl/src/crypto/rc5/rc5_skey.c b/lib/libssl/src/crypto/rc5/rc5_skey.c index a2e00a41c55..fadd36d2a34 100644 --- a/lib/libssl/src/crypto/rc5/rc5_skey.c +++ b/lib/libssl/src/crypto/rc5/rc5_skey.c @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5_skey.c */ +/* $OpenBSD: rc5_skey.c,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/lib/libssl/src/crypto/rc5/rc5cfb64.c b/lib/libssl/src/crypto/rc5/rc5cfb64.c index 3a8b60bc7a8..eebf828e65a 100644 --- a/lib/libssl/src/crypto/rc5/rc5cfb64.c +++ b/lib/libssl/src/crypto/rc5/rc5cfb64.c @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5cfb64.c */ +/* $OpenBSD: rc5cfb64.c,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/lib/libssl/src/crypto/rc5/rc5ofb64.c b/lib/libssl/src/crypto/rc5/rc5ofb64.c index d412215f3c3..b823aeb148d 100644 --- a/lib/libssl/src/crypto/rc5/rc5ofb64.c +++ b/lib/libssl/src/crypto/rc5/rc5ofb64.c @@ -1,4 +1,4 @@ -/* crypto/rc5/rc5ofb64.c */ +/* $OpenBSD: rc5ofb64.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |