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/test | |
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/test')
-rwxr-xr-x | lib/libssl/src/test/asn1test.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/test/methtest.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/test/r160test.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/libssl/src/test/asn1test.c b/lib/libssl/src/test/asn1test.c index 9f53d803444..6e6f91f81b3 100755 --- a/lib/libssl/src/test/asn1test.c +++ b/lib/libssl/src/test/asn1test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: asn1test.c,v 1.2 2014/06/12 15:49:31 deraadt Exp $ */ #include <openssl/x509.h> #include <openssl/asn1_mac.h> diff --git a/lib/libssl/src/test/methtest.c b/lib/libssl/src/test/methtest.c index 005c2f48220..1e65ccf99cc 100644 --- a/lib/libssl/src/test/methtest.c +++ b/lib/libssl/src/test/methtest.c @@ -1,4 +1,4 @@ -/* test/methtest.c */ +/* $OpenBSD: methtest.c,v 1.4 2014/06/12 15:49:31 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/lib/libssl/src/test/r160test.c b/lib/libssl/src/test/r160test.c index a172e393cab..0aadcdac161 100644 --- a/lib/libssl/src/test/r160test.c +++ b/lib/libssl/src/test/r160test.c @@ -1,4 +1,4 @@ -/* test/r160test.c */ +/* $OpenBSD: r160test.c,v 1.2 2014/06/12 15:49:31 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |