summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-07-17 17:06:50 +0000
committertb <>2018-07-17 17:06:50 +0000
commite806d7b1499fb96531e6798a88d2cdfe39719b98 (patch)
treed8011e24af2387b8c750f8c0f985809107776603 /src
parent423839337cd1e783403cb3143c272889749d4a5a (diff)
downloadopenbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.tar.gz
openbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.tar.bz2
openbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.zip
Add missing $OpenBSD$ markers.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/CA/doit.sh1
-rw-r--r--src/regress/lib/libcrypto/CA/intermediate.cnf1
-rw-r--r--src/regress/lib/libcrypto/CA/root.cnf1
-rw-r--r--src/regress/lib/libcrypto/Makefile.inc1
-rw-r--r--src/regress/lib/libcrypto/aead/aeadtest.c1
-rw-r--r--src/regress/lib/libcrypto/aead/aeadtests.txt1
-rw-r--r--src/regress/lib/libcrypto/aeswrap/aes_wrap.c2
-rw-r--r--src/regress/lib/libcrypto/base64/base64test.c1
-rw-r--r--src/regress/lib/libcrypto/bf/bftest.c2
-rw-r--r--src/regress/lib/libcrypto/bn/general/bntest.c2
-rw-r--r--src/regress/lib/libcrypto/cast/casttest.c2
-rw-r--r--src/regress/lib/libcrypto/chacha/chachatest.c1
-rw-r--r--src/regress/lib/libcrypto/cts128/cts128test.c1
-rw-r--r--src/regress/lib/libcrypto/curve25519/x25519test.c1
-rw-r--r--src/regress/lib/libcrypto/des/destest.c2
-rw-r--r--src/regress/lib/libcrypto/dh/dhtest.c2
-rw-r--r--src/regress/lib/libcrypto/dsa/dsatest.c2
-rw-r--r--src/regress/lib/libcrypto/ecdh/ecdhtest.c2
-rw-r--r--src/regress/lib/libcrypto/engine/enginetest.c2
-rw-r--r--src/regress/lib/libcrypto/evp/evptest.c1
-rw-r--r--src/regress/lib/libcrypto/evp/evptests.txt1
-rw-r--r--src/regress/lib/libcrypto/exp/exptest.c2
-rw-r--r--src/regress/lib/libcrypto/gcm128/gcm128test.c1
-rw-r--r--src/regress/lib/libcrypto/hkdf/hkdf_test.c1
-rw-r--r--src/regress/lib/libcrypto/hmac/hmactest.c2
-rw-r--r--src/regress/lib/libcrypto/idea/ideatest.c2
-rw-r--r--src/regress/lib/libcrypto/ige/igetest.c2
-rw-r--r--src/regress/lib/libcrypto/md4/md4test.c2
-rw-r--r--src/regress/lib/libcrypto/md5/md5test.c2
-rw-r--r--src/regress/lib/libcrypto/ocsp/ocsp_test.c2
-rw-r--r--src/regress/lib/libcrypto/pbkdf2/pbkdf2.c1
-rw-r--r--src/regress/lib/libcrypto/poly1305/poly1305test.c1
-rw-r--r--src/regress/lib/libcrypto/rand/randtest.c2
-rw-r--r--src/regress/lib/libcrypto/rc2/rc2test.c2
-rw-r--r--src/regress/lib/libcrypto/rc4/rc4test.c2
-rw-r--r--src/regress/lib/libcrypto/rmd/rmdtest.c2
-rw-r--r--src/regress/lib/libcrypto/rsa/rsa_test.c1
-rw-r--r--src/regress/lib/libcrypto/sha1/sha1test.c2
-rw-r--r--src/regress/lib/libcrypto/sha256/sha256test.c2
-rw-r--r--src/regress/lib/libcrypto/sha512/sha512test.c2
-rw-r--r--src/regress/lib/libcrypto/utf8/utf8test.c1
41 files changed, 42 insertions, 22 deletions
diff --git a/src/regress/lib/libcrypto/CA/doit.sh b/src/regress/lib/libcrypto/CA/doit.sh
index 3b0375a026..110d89d67f 100755
--- a/src/regress/lib/libcrypto/CA/doit.sh
+++ b/src/regress/lib/libcrypto/CA/doit.sh
@@ -1,4 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: doit.sh,v 1.2 2018/07/17 17:06:49 tb Exp $
2 3
3rm -rf root intermediate certs 4rm -rf root intermediate certs
4echo 1000 > rootserial 5echo 1000 > rootserial
diff --git a/src/regress/lib/libcrypto/CA/intermediate.cnf b/src/regress/lib/libcrypto/CA/intermediate.cnf
index 383f8f0b9b..9a95487c00 100644
--- a/src/regress/lib/libcrypto/CA/intermediate.cnf
+++ b/src/regress/lib/libcrypto/CA/intermediate.cnf
@@ -1,3 +1,4 @@
1# $OpenBSD: intermediate.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
1# For regression tests 2# For regression tests
2default_ca = CA_regress 3default_ca = CA_regress
3 4
diff --git a/src/regress/lib/libcrypto/CA/root.cnf b/src/regress/lib/libcrypto/CA/root.cnf
index 7915a6ab0e..b22e161476 100644
--- a/src/regress/lib/libcrypto/CA/root.cnf
+++ b/src/regress/lib/libcrypto/CA/root.cnf
@@ -1,3 +1,4 @@
1# $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $
1# For regression tests 2# For regression tests
2default_ca = CA_regress 3default_ca = CA_regress
3 4
diff --git a/src/regress/lib/libcrypto/Makefile.inc b/src/regress/lib/libcrypto/Makefile.inc
index bf016ee982..88fe5aca41 100644
--- a/src/regress/lib/libcrypto/Makefile.inc
+++ b/src/regress/lib/libcrypto/Makefile.inc
@@ -1,2 +1,3 @@
1# $OpenBSD: Makefile.inc,v 1.2 2018/07/17 17:06:49 tb Exp $
1# Use this variable when the test needs internal symbols from libcrypto 2# Use this variable when the test needs internal symbols from libcrypto
2CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic 3CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic
diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c
index 8d67d30158..4f0ab9fa3a 100644
--- a/src/regress/lib/libcrypto/aead/aeadtest.c
+++ b/src/regress/lib/libcrypto/aead/aeadtest.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: aeadtest.c,v 1.11 2018/07/17 17:06:49 tb Exp $ */
1/* ==================================================================== 2/* ====================================================================
2 * Copyright (c) 2011-2013 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2011-2013 The OpenSSL Project. All rights reserved.
3 * 4 *
diff --git a/src/regress/lib/libcrypto/aead/aeadtests.txt b/src/regress/lib/libcrypto/aead/aeadtests.txt
index 3a3420a552..18cee7e579 100644
--- a/src/regress/lib/libcrypto/aead/aeadtests.txt
+++ b/src/regress/lib/libcrypto/aead/aeadtests.txt
@@ -1,3 +1,4 @@
1# $OpenBSD: aeadtests.txt,v 1.7 2018/07/17 17:06:49 tb Exp $
1# 2#
2# MACsec GCM-AES Test Vectors (bn-randall-test-vectors-0511-v1.pdf) 3# MACsec GCM-AES Test Vectors (bn-randall-test-vectors-0511-v1.pdf)
3# 4#
diff --git a/src/regress/lib/libcrypto/aeswrap/aes_wrap.c b/src/regress/lib/libcrypto/aeswrap/aes_wrap.c
index 292ce5e895..b48c7ae6e0 100644
--- a/src/regress/lib/libcrypto/aeswrap/aes_wrap.c
+++ b/src/regress/lib/libcrypto/aeswrap/aes_wrap.c
@@ -1,4 +1,4 @@
1/* crypto/aes/aes_wrap.c */ 1/* $OpenBSD: aes_wrap.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project. 3 * project.
4 */ 4 */
diff --git a/src/regress/lib/libcrypto/base64/base64test.c b/src/regress/lib/libcrypto/base64/base64test.c
index ed494b6d40..d6874d41f8 100644
--- a/src/regress/lib/libcrypto/base64/base64test.c
+++ b/src/regress/lib/libcrypto/base64/base64test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: base64test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
1/* 2/*
2 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
3 * 4 *
diff --git a/src/regress/lib/libcrypto/bf/bftest.c b/src/regress/lib/libcrypto/bf/bftest.c
index f4d8aa0ed3..5239ffb250 100644
--- a/src/regress/lib/libcrypto/bf/bftest.c
+++ b/src/regress/lib/libcrypto/bf/bftest.c
@@ -1,4 +1,4 @@
1/* crypto/bf/bftest.c */ 1/* $OpenBSD: bftest.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/bn/general/bntest.c b/src/regress/lib/libcrypto/bn/general/bntest.c
index 3cca951cae..cff776068b 100644
--- a/src/regress/lib/libcrypto/bn/general/bntest.c
+++ b/src/regress/lib/libcrypto/bn/general/bntest.c
@@ -1,4 +1,4 @@
1/* crypto/bn/bntest.c */ 1/* $OpenBSD: bntest.c,v 1.20 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/cast/casttest.c b/src/regress/lib/libcrypto/cast/casttest.c
index 77f8ed4ba5..81b878ee7f 100644
--- a/src/regress/lib/libcrypto/cast/casttest.c
+++ b/src/regress/lib/libcrypto/cast/casttest.c
@@ -1,4 +1,4 @@
1/* crypto/cast/casttest.c */ 1/* $OpenBSD: casttest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/chacha/chachatest.c b/src/regress/lib/libcrypto/chacha/chachatest.c
index bb2b54d139..fe4cc40952 100644
--- a/src/regress/lib/libcrypto/chacha/chachatest.c
+++ b/src/regress/lib/libcrypto/chacha/chachatest.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: chachatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
1/* 2/*
2 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
3 * 4 *
diff --git a/src/regress/lib/libcrypto/cts128/cts128test.c b/src/regress/lib/libcrypto/cts128/cts128test.c
index d910f3d4b8..ca60808718 100644
--- a/src/regress/lib/libcrypto/cts128/cts128test.c
+++ b/src/regress/lib/libcrypto/cts128/cts128test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: cts128test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
1/* ==================================================================== 2/* ====================================================================
2 * Copyright (c) 2008 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2008 The OpenSSL Project. All rights reserved.
3 * 4 *
diff --git a/src/regress/lib/libcrypto/curve25519/x25519test.c b/src/regress/lib/libcrypto/curve25519/x25519test.c
index ae6e296a3d..02da807bd9 100644
--- a/src/regress/lib/libcrypto/curve25519/x25519test.c
+++ b/src/regress/lib/libcrypto/curve25519/x25519test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: x25519test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
1/* 2/*
2 * Copyright (c) 2015, Google Inc. 3 * Copyright (c) 2015, Google Inc.
3 * 4 *
diff --git a/src/regress/lib/libcrypto/des/destest.c b/src/regress/lib/libcrypto/des/destest.c
index d2737438f2..ebc67f3107 100644
--- a/src/regress/lib/libcrypto/des/destest.c
+++ b/src/regress/lib/libcrypto/des/destest.c
@@ -1,4 +1,4 @@
1/* crypto/des/destest.c */ 1/* $OpenBSD: destest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/dh/dhtest.c b/src/regress/lib/libcrypto/dh/dhtest.c
index 9c2d507d97..599c51d5ed 100644
--- a/src/regress/lib/libcrypto/dh/dhtest.c
+++ b/src/regress/lib/libcrypto/dh/dhtest.c
@@ -1,4 +1,4 @@
1/* crypto/dh/dhtest.c */ 1/* $OpenBSD: dhtest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c
index 444cda532d..dd3e3166f7 100644
--- a/src/regress/lib/libcrypto/dsa/dsatest.c
+++ b/src/regress/lib/libcrypto/dsa/dsatest.c
@@ -1,4 +1,4 @@
1/* crypto/dsa/dsatest.c */ 1/* $OpenBSD: dsatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/ecdh/ecdhtest.c b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
index b46a3d5798..faf519e07a 100644
--- a/src/regress/lib/libcrypto/ecdh/ecdhtest.c
+++ b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
@@ -1,4 +1,4 @@
1/* crypto/ecdh/ecdhtest.c */ 1/* $OpenBSD: ecdhtest.c,v 1.10 2018/07/17 17:06:49 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. 3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/engine/enginetest.c b/src/regress/lib/libcrypto/engine/enginetest.c
index f39857d6d6..123866259b 100644
--- a/src/regress/lib/libcrypto/engine/enginetest.c
+++ b/src/regress/lib/libcrypto/engine/enginetest.c
@@ -1,4 +1,4 @@
1/* crypto/engine/enginetest.c */ 1/* $OpenBSD: enginetest.c,v 1.8 2018/07/17 17:06:49 tb Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
diff --git a/src/regress/lib/libcrypto/evp/evptest.c b/src/regress/lib/libcrypto/evp/evptest.c
index bd5da475f1..1aa11d7b1e 100644
--- a/src/regress/lib/libcrypto/evp/evptest.c
+++ b/src/regress/lib/libcrypto/evp/evptest.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: evptest.c,v 1.7 2018/07/17 17:06:49 tb Exp $ */
1/* Written by Ben Laurie, 2001 */ 2/* Written by Ben Laurie, 2001 */
2/* 3/*
3 * Copyright (c) 2001 The OpenSSL Project. All rights reserved. 4 * Copyright (c) 2001 The OpenSSL Project. All rights reserved.
diff --git a/src/regress/lib/libcrypto/evp/evptests.txt b/src/regress/lib/libcrypto/evp/evptests.txt
index d4b24df8e5..fd2c6cdfd1 100644
--- a/src/regress/lib/libcrypto/evp/evptests.txt
+++ b/src/regress/lib/libcrypto/evp/evptests.txt
@@ -1,3 +1,4 @@
1# $OpenBSD: evptests.txt,v 1.5 2018/07/17 17:06:49 tb Exp $
1#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt) 2#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
2#digest:::input:output 3#digest:::input:output
3 4
diff --git a/src/regress/lib/libcrypto/exp/exptest.c b/src/regress/lib/libcrypto/exp/exptest.c
index 375628cb25..9c683464f6 100644
--- a/src/regress/lib/libcrypto/exp/exptest.c
+++ b/src/regress/lib/libcrypto/exp/exptest.c
@@ -1,4 +1,4 @@
1/* crypto/bn/exptest.c */ 1/* $OpenBSD: exptest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/gcm128/gcm128test.c b/src/regress/lib/libcrypto/gcm128/gcm128test.c
index cf52d1fd32..07c6128c0f 100644
--- a/src/regress/lib/libcrypto/gcm128/gcm128test.c
+++ b/src/regress/lib/libcrypto/gcm128/gcm128test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: gcm128test.c,v 1.6 2018/07/17 17:06:49 tb Exp $ */
1/* ==================================================================== 2/* ====================================================================
2 * Copyright (c) 2010 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2010 The OpenSSL Project. All rights reserved.
3 * 4 *
diff --git a/src/regress/lib/libcrypto/hkdf/hkdf_test.c b/src/regress/lib/libcrypto/hkdf/hkdf_test.c
index 3c04262e04..5e89f3384c 100644
--- a/src/regress/lib/libcrypto/hkdf/hkdf_test.c
+++ b/src/regress/lib/libcrypto/hkdf/hkdf_test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: hkdf_test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
1/* Copyright (c) 2014, Google Inc. 2/* Copyright (c) 2014, Google Inc.
2 * 3 *
3 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/regress/lib/libcrypto/hmac/hmactest.c b/src/regress/lib/libcrypto/hmac/hmactest.c
index ab75d3508c..1f120da5d9 100644
--- a/src/regress/lib/libcrypto/hmac/hmactest.c
+++ b/src/regress/lib/libcrypto/hmac/hmactest.c
@@ -1,4 +1,4 @@
1/* crypto/hmac/hmactest.c */ 1/* $OpenBSD: hmactest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/idea/ideatest.c b/src/regress/lib/libcrypto/idea/ideatest.c
index c6478916ee..b33b824ae7 100644
--- a/src/regress/lib/libcrypto/idea/ideatest.c
+++ b/src/regress/lib/libcrypto/idea/ideatest.c
@@ -1,4 +1,4 @@
1/* crypto/idea/ideatest.c */ 1/* $OpenBSD: ideatest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/ige/igetest.c b/src/regress/lib/libcrypto/ige/igetest.c
index 7945aab3ab..2191af85b7 100644
--- a/src/regress/lib/libcrypto/ige/igetest.c
+++ b/src/regress/lib/libcrypto/ige/igetest.c
@@ -1,4 +1,4 @@
1/* test/igetest.c -*- mode:C; c-file-style: "eay" -*- */ 1/* $OpenBSD: igetest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/md4/md4test.c b/src/regress/lib/libcrypto/md4/md4test.c
index 60b2c0eedb..7279e40f16 100644
--- a/src/regress/lib/libcrypto/md4/md4test.c
+++ b/src/regress/lib/libcrypto/md4/md4test.c
@@ -1,4 +1,4 @@
1/* crypto/md4/md4test.c */ 1/* $OpenBSD: md4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/md5/md5test.c b/src/regress/lib/libcrypto/md5/md5test.c
index 481ddaa4e3..92b1b4a273 100644
--- a/src/regress/lib/libcrypto/md5/md5test.c
+++ b/src/regress/lib/libcrypto/md5/md5test.c
@@ -1,4 +1,4 @@
1/* crypto/md5/md5test.c */ 1/* $OpenBSD: md5test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/ocsp/ocsp_test.c b/src/regress/lib/libcrypto/ocsp/ocsp_test.c
index 6adec688b6..f58ee7c693 100644
--- a/src/regress/lib/libcrypto/ocsp/ocsp_test.c
+++ b/src/regress/lib/libcrypto/ocsp/ocsp_test.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: ocsp_test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */
2
1#include <stdio.h> 3#include <stdio.h>
2#include <netdb.h> 4#include <netdb.h>
3#include <stdlib.h> 5#include <stdlib.h>
diff --git a/src/regress/lib/libcrypto/pbkdf2/pbkdf2.c b/src/regress/lib/libcrypto/pbkdf2/pbkdf2.c
index 591213fe53..9cbc031821 100644
--- a/src/regress/lib/libcrypto/pbkdf2/pbkdf2.c
+++ b/src/regress/lib/libcrypto/pbkdf2/pbkdf2.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: pbkdf2.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
1/* Written by Christian Heimes, 2013 */ 2/* Written by Christian Heimes, 2013 */
2/* 3/*
3 * Copyright (c) 2013 The OpenSSL Project. All rights reserved. 4 * Copyright (c) 2013 The OpenSSL Project. All rights reserved.
diff --git a/src/regress/lib/libcrypto/poly1305/poly1305test.c b/src/regress/lib/libcrypto/poly1305/poly1305test.c
index 91e296e39f..3f9af0db00 100644
--- a/src/regress/lib/libcrypto/poly1305/poly1305test.c
+++ b/src/regress/lib/libcrypto/poly1305/poly1305test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: poly1305test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
1/* 2/*
2 * Public Domain poly1305 from Andrew Moon 3 * Public Domain poly1305 from Andrew Moon
3 * Based on poly1305-donna.c from: 4 * Based on poly1305-donna.c from:
diff --git a/src/regress/lib/libcrypto/rand/randtest.c b/src/regress/lib/libcrypto/rand/randtest.c
index 7217c14c64..d0f02ad22d 100644
--- a/src/regress/lib/libcrypto/rand/randtest.c
+++ b/src/regress/lib/libcrypto/rand/randtest.c
@@ -1,4 +1,4 @@
1/* crypto/rand/randtest.c */ 1/* $OpenBSD: randtest.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/rc2/rc2test.c b/src/regress/lib/libcrypto/rc2/rc2test.c
index 80e1b3035f..a8d33077dd 100644
--- a/src/regress/lib/libcrypto/rc2/rc2test.c
+++ b/src/regress/lib/libcrypto/rc2/rc2test.c
@@ -1,4 +1,4 @@
1/* crypto/rc2/rc2test.c */ 1/* $OpenBSD: rc2test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/rc4/rc4test.c b/src/regress/lib/libcrypto/rc4/rc4test.c
index c4d34b1a84..c1d98eb8c1 100644
--- a/src/regress/lib/libcrypto/rc4/rc4test.c
+++ b/src/regress/lib/libcrypto/rc4/rc4test.c
@@ -1,4 +1,4 @@
1/* crypto/rc4/rc4test.c */ 1/* $OpenBSD: rc4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/rmd/rmdtest.c b/src/regress/lib/libcrypto/rmd/rmdtest.c
index 1a488fb1c1..aa6cb0174e 100644
--- a/src/regress/lib/libcrypto/rmd/rmdtest.c
+++ b/src/regress/lib/libcrypto/rmd/rmdtest.c
@@ -1,4 +1,4 @@
1/* crypto/ripemd/rmdtest.c */ 1/* $OpenBSD: rmdtest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/rsa/rsa_test.c b/src/regress/lib/libcrypto/rsa/rsa_test.c
index 0bb0826416..9e7cd6f472 100644
--- a/src/regress/lib/libcrypto/rsa/rsa_test.c
+++ b/src/regress/lib/libcrypto/rsa/rsa_test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: rsa_test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */
1/* 2/*
2 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. 3 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
3 * 4 *
diff --git a/src/regress/lib/libcrypto/sha1/sha1test.c b/src/regress/lib/libcrypto/sha1/sha1test.c
index b7251b31dc..7f28ba676f 100644
--- a/src/regress/lib/libcrypto/sha1/sha1test.c
+++ b/src/regress/lib/libcrypto/sha1/sha1test.c
@@ -1,4 +1,4 @@
1/* crypto/sha/sha1test.c */ 1/* $OpenBSD: sha1test.c,v 1.3 2018/07/17 17:06:50 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/regress/lib/libcrypto/sha256/sha256test.c b/src/regress/lib/libcrypto/sha256/sha256test.c
index 1515e30382..9c22bc7664 100644
--- a/src/regress/lib/libcrypto/sha256/sha256test.c
+++ b/src/regress/lib/libcrypto/sha256/sha256test.c
@@ -1,4 +1,4 @@
1/* crypto/sha/sha256t.c */ 1/* $OpenBSD: sha256test.c,v 1.3 2018/07/17 17:06:50 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved.
4 * ==================================================================== 4 * ====================================================================
diff --git a/src/regress/lib/libcrypto/sha512/sha512test.c b/src/regress/lib/libcrypto/sha512/sha512test.c
index 453be517b0..bbcec93a2b 100644
--- a/src/regress/lib/libcrypto/sha512/sha512test.c
+++ b/src/regress/lib/libcrypto/sha512/sha512test.c
@@ -1,4 +1,4 @@
1/* crypto/sha/sha512t.c */ 1/* $OpenBSD: sha512test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2004 The OpenSSL Project. All rights reserved.
4 * ==================================================================== 4 * ====================================================================
diff --git a/src/regress/lib/libcrypto/utf8/utf8test.c b/src/regress/lib/libcrypto/utf8/utf8test.c
index 5da5709746..e3a47d5adf 100644
--- a/src/regress/lib/libcrypto/utf8/utf8test.c
+++ b/src/regress/lib/libcrypto/utf8/utf8test.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: utf8test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */
1/* 2/*
2 * Copyright (c) 2014 Philip Guenther <guenther@openbsd.org> 3 * Copyright (c) 2014 Philip Guenther <guenther@openbsd.org>
3 * 4 *