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/ecdsa | |
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/ecdsa')
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecdsa.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_asn1.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_err.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_lib.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_locl.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_ossl.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_sign.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/ecdsa/ecs_vrf.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libssl/src/crypto/ecdsa/ecdsa.h b/lib/libssl/src/crypto/ecdsa/ecdsa.h index 7fb5254b62e..a29e5f6f6b8 100644 --- a/lib/libssl/src/crypto/ecdsa/ecdsa.h +++ b/lib/libssl/src/crypto/ecdsa/ecdsa.h @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecdsa.h */ +/* $OpenBSD: ecdsa.h,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /** * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions * \author Written by Nils Larsch for the OpenSSL project diff --git a/lib/libssl/src/crypto/ecdsa/ecs_asn1.c b/lib/libssl/src/crypto/ecdsa/ecs_asn1.c index b295489400e..351c1e9ba55 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_asn1.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_asn1.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecs_asn1.c */ +/* $OpenBSD: ecs_asn1.c,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/ecdsa/ecs_err.c b/lib/libssl/src/crypto/ecdsa/ecs_err.c index 81542e6d153..b6297c2fbe3 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_err.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_err.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecs_err.c */ +/* $OpenBSD: ecs_err.c,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/ecdsa/ecs_lib.c b/lib/libssl/src/crypto/ecdsa/ecs_lib.c index 9436de4d608..0293e227972 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_lib.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_lib.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecs_lib.c */ +/* $OpenBSD: ecs_lib.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/ecdsa/ecs_locl.h b/lib/libssl/src/crypto/ecdsa/ecs_locl.h index cb3be13cfc3..ceae6a27849 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_locl.h +++ b/lib/libssl/src/crypto/ecdsa/ecs_locl.h @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecs_locl.h */ +/* $OpenBSD: ecs_locl.h,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ diff --git a/lib/libssl/src/crypto/ecdsa/ecs_ossl.c b/lib/libssl/src/crypto/ecdsa/ecs_ossl.c index 4a6e04e9460..e44b435f2ac 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_ossl.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_ossl.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecs_ossl.c */ +/* $OpenBSD: ecs_ossl.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ diff --git a/lib/libssl/src/crypto/ecdsa/ecs_sign.c b/lib/libssl/src/crypto/ecdsa/ecs_sign.c index a60c327e4df..3444dd17031 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_sign.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_sign.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecdsa_sign.c */ +/* $OpenBSD: ecs_sign.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/ecdsa/ecs_vrf.c b/lib/libssl/src/crypto/ecdsa/ecs_vrf.c index ef9acf7b610..9ff8e374a7e 100644 --- a/lib/libssl/src/crypto/ecdsa/ecs_vrf.c +++ b/lib/libssl/src/crypto/ecdsa/ecs_vrf.c @@ -1,4 +1,4 @@ -/* crypto/ecdsa/ecdsa_vrf.c */ +/* $OpenBSD: ecs_vrf.c,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ |