From 657b055c4f2d15cc79398afc5793a57a63e700c8 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 17 Jul 2018 17:06:49 +0000 Subject: [PATCH] Add missing $OpenBSD$ markers. --- regress/lib/libcrypto/CA/doit.sh | 1 + regress/lib/libcrypto/CA/intermediate.cnf | 1 + regress/lib/libcrypto/CA/root.cnf | 1 + regress/lib/libcrypto/Makefile.inc | 1 + regress/lib/libcrypto/aead/aeadtest.c | 1 + regress/lib/libcrypto/aead/aeadtests.txt | 1 + regress/lib/libcrypto/aeswrap/aes_wrap.c | 2 +- regress/lib/libcrypto/base64/base64test.c | 1 + regress/lib/libcrypto/bf/bftest.c | 2 +- regress/lib/libcrypto/bn/general/bntest.c | 2 +- regress/lib/libcrypto/cast/casttest.c | 2 +- regress/lib/libcrypto/chacha/chachatest.c | 1 + regress/lib/libcrypto/cts128/cts128test.c | 1 + regress/lib/libcrypto/curve25519/x25519test.c | 1 + regress/lib/libcrypto/des/destest.c | 2 +- regress/lib/libcrypto/dh/dhtest.c | 2 +- regress/lib/libcrypto/dsa/dsatest.c | 2 +- regress/lib/libcrypto/ecdh/ecdhtest.c | 2 +- regress/lib/libcrypto/engine/enginetest.c | 2 +- regress/lib/libcrypto/evp/evptest.c | 1 + regress/lib/libcrypto/evp/evptests.txt | 1 + regress/lib/libcrypto/exp/exptest.c | 2 +- regress/lib/libcrypto/gcm128/gcm128test.c | 1 + regress/lib/libcrypto/hkdf/hkdf_test.c | 1 + regress/lib/libcrypto/hmac/hmactest.c | 2 +- regress/lib/libcrypto/idea/ideatest.c | 2 +- regress/lib/libcrypto/ige/igetest.c | 2 +- regress/lib/libcrypto/md4/md4test.c | 2 +- regress/lib/libcrypto/md5/md5test.c | 2 +- regress/lib/libcrypto/ocsp/ocsp_test.c | 2 ++ regress/lib/libcrypto/pbkdf2/pbkdf2.c | 1 + regress/lib/libcrypto/poly1305/poly1305test.c | 1 + regress/lib/libcrypto/rand/randtest.c | 2 +- regress/lib/libcrypto/rc2/rc2test.c | 2 +- regress/lib/libcrypto/rc4/rc4test.c | 2 +- regress/lib/libcrypto/rmd/rmdtest.c | 2 +- regress/lib/libcrypto/rsa/rsa_test.c | 1 + regress/lib/libcrypto/sha1/sha1test.c | 2 +- regress/lib/libcrypto/sha256/sha256test.c | 2 +- regress/lib/libcrypto/sha512/sha512test.c | 2 +- regress/lib/libcrypto/utf8/utf8test.c | 1 + 41 files changed, 42 insertions(+), 22 deletions(-) diff --git a/regress/lib/libcrypto/CA/doit.sh b/regress/lib/libcrypto/CA/doit.sh index 3b0375a026c..110d89d67f3 100755 --- a/regress/lib/libcrypto/CA/doit.sh +++ b/regress/lib/libcrypto/CA/doit.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: doit.sh,v 1.2 2018/07/17 17:06:49 tb Exp $ rm -rf root intermediate certs echo 1000 > rootserial diff --git a/regress/lib/libcrypto/CA/intermediate.cnf b/regress/lib/libcrypto/CA/intermediate.cnf index 383f8f0b9be..9a95487c00d 100644 --- a/regress/lib/libcrypto/CA/intermediate.cnf +++ b/regress/lib/libcrypto/CA/intermediate.cnf @@ -1,3 +1,4 @@ +# $OpenBSD: intermediate.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $ # For regression tests default_ca = CA_regress diff --git a/regress/lib/libcrypto/CA/root.cnf b/regress/lib/libcrypto/CA/root.cnf index 7915a6ab0e3..b22e1614769 100644 --- a/regress/lib/libcrypto/CA/root.cnf +++ b/regress/lib/libcrypto/CA/root.cnf @@ -1,3 +1,4 @@ +# $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $ # For regression tests default_ca = CA_regress diff --git a/regress/lib/libcrypto/Makefile.inc b/regress/lib/libcrypto/Makefile.inc index bf016ee9828..88fe5aca41c 100644 --- a/regress/lib/libcrypto/Makefile.inc +++ b/regress/lib/libcrypto/Makefile.inc @@ -1,2 +1,3 @@ +# $OpenBSD: Makefile.inc,v 1.2 2018/07/17 17:06:49 tb Exp $ # Use this variable when the test needs internal symbols from libcrypto CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic diff --git a/regress/lib/libcrypto/aead/aeadtest.c b/regress/lib/libcrypto/aead/aeadtest.c index 8d67d30158d..4f0ab9fa3ab 100644 --- a/regress/lib/libcrypto/aead/aeadtest.c +++ b/regress/lib/libcrypto/aead/aeadtest.c @@ -1,3 +1,4 @@ +/* $OpenBSD: aeadtest.c,v 1.11 2018/07/17 17:06:49 tb Exp $ */ /* ==================================================================== * Copyright (c) 2011-2013 The OpenSSL Project. All rights reserved. * diff --git a/regress/lib/libcrypto/aead/aeadtests.txt b/regress/lib/libcrypto/aead/aeadtests.txt index 3a3420a5520..18cee7e5790 100644 --- a/regress/lib/libcrypto/aead/aeadtests.txt +++ b/regress/lib/libcrypto/aead/aeadtests.txt @@ -1,3 +1,4 @@ +# $OpenBSD: aeadtests.txt,v 1.7 2018/07/17 17:06:49 tb Exp $ # # MACsec GCM-AES Test Vectors (bn-randall-test-vectors-0511-v1.pdf) # diff --git a/regress/lib/libcrypto/aeswrap/aes_wrap.c b/regress/lib/libcrypto/aeswrap/aes_wrap.c index 292ce5e895f..b48c7ae6e08 100644 --- a/regress/lib/libcrypto/aeswrap/aes_wrap.c +++ b/regress/lib/libcrypto/aeswrap/aes_wrap.c @@ -1,4 +1,4 @@ -/* crypto/aes/aes_wrap.c */ +/* $OpenBSD: aes_wrap.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/regress/lib/libcrypto/base64/base64test.c b/regress/lib/libcrypto/base64/base64test.c index ed494b6d408..d6874d41f84 100644 --- a/regress/lib/libcrypto/base64/base64test.c +++ b/regress/lib/libcrypto/base64/base64test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: base64test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * diff --git a/regress/lib/libcrypto/bf/bftest.c b/regress/lib/libcrypto/bf/bftest.c index f4d8aa0ed34..5239ffb2503 100644 --- a/regress/lib/libcrypto/bf/bftest.c +++ b/regress/lib/libcrypto/bf/bftest.c @@ -1,4 +1,4 @@ -/* crypto/bf/bftest.c */ +/* $OpenBSD: bftest.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/bn/general/bntest.c b/regress/lib/libcrypto/bn/general/bntest.c index 3cca951cae6..cff776068b6 100644 --- a/regress/lib/libcrypto/bn/general/bntest.c +++ b/regress/lib/libcrypto/bn/general/bntest.c @@ -1,4 +1,4 @@ -/* crypto/bn/bntest.c */ +/* $OpenBSD: bntest.c,v 1.20 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/cast/casttest.c b/regress/lib/libcrypto/cast/casttest.c index 77f8ed4ba5d..81b878ee7fe 100644 --- a/regress/lib/libcrypto/cast/casttest.c +++ b/regress/lib/libcrypto/cast/casttest.c @@ -1,4 +1,4 @@ -/* crypto/cast/casttest.c */ +/* $OpenBSD: casttest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/chacha/chachatest.c b/regress/lib/libcrypto/chacha/chachatest.c index bb2b54d139c..fe4cc409524 100644 --- a/regress/lib/libcrypto/chacha/chachatest.c +++ b/regress/lib/libcrypto/chacha/chachatest.c @@ -1,3 +1,4 @@ +/* $OpenBSD: chachatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * diff --git a/regress/lib/libcrypto/cts128/cts128test.c b/regress/lib/libcrypto/cts128/cts128test.c index d910f3d4b83..ca60808718d 100644 --- a/regress/lib/libcrypto/cts128/cts128test.c +++ b/regress/lib/libcrypto/cts128/cts128test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cts128test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* ==================================================================== * Copyright (c) 2008 The OpenSSL Project. All rights reserved. * diff --git a/regress/lib/libcrypto/curve25519/x25519test.c b/regress/lib/libcrypto/curve25519/x25519test.c index ae6e296a3d7..02da807bd96 100644 --- a/regress/lib/libcrypto/curve25519/x25519test.c +++ b/regress/lib/libcrypto/curve25519/x25519test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: x25519test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* * Copyright (c) 2015, Google Inc. * diff --git a/regress/lib/libcrypto/des/destest.c b/regress/lib/libcrypto/des/destest.c index d2737438f25..ebc67f31074 100644 --- a/regress/lib/libcrypto/des/destest.c +++ b/regress/lib/libcrypto/des/destest.c @@ -1,4 +1,4 @@ -/* crypto/des/destest.c */ +/* $OpenBSD: destest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/dh/dhtest.c b/regress/lib/libcrypto/dh/dhtest.c index 9c2d507d971..599c51d5edd 100644 --- a/regress/lib/libcrypto/dh/dhtest.c +++ b/regress/lib/libcrypto/dh/dhtest.c @@ -1,4 +1,4 @@ -/* crypto/dh/dhtest.c */ +/* $OpenBSD: dhtest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/dsa/dsatest.c b/regress/lib/libcrypto/dsa/dsatest.c index 444cda532d0..dd3e3166f75 100644 --- a/regress/lib/libcrypto/dsa/dsatest.c +++ b/regress/lib/libcrypto/dsa/dsatest.c @@ -1,4 +1,4 @@ -/* crypto/dsa/dsatest.c */ +/* $OpenBSD: dsatest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/ecdh/ecdhtest.c b/regress/lib/libcrypto/ecdh/ecdhtest.c index b46a3d57980..faf519e07ab 100644 --- a/regress/lib/libcrypto/ecdh/ecdhtest.c +++ b/regress/lib/libcrypto/ecdh/ecdhtest.c @@ -1,4 +1,4 @@ -/* crypto/ecdh/ecdhtest.c */ +/* $OpenBSD: ecdhtest.c,v 1.10 2018/07/17 17:06:49 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/regress/lib/libcrypto/engine/enginetest.c b/regress/lib/libcrypto/engine/enginetest.c index f39857d6d61..123866259b2 100644 --- a/regress/lib/libcrypto/engine/enginetest.c +++ b/regress/lib/libcrypto/engine/enginetest.c @@ -1,4 +1,4 @@ -/* crypto/engine/enginetest.c */ +/* $OpenBSD: enginetest.c,v 1.8 2018/07/17 17:06:49 tb Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/regress/lib/libcrypto/evp/evptest.c b/regress/lib/libcrypto/evp/evptest.c index bd5da475f1d..1aa11d7b1ee 100644 --- a/regress/lib/libcrypto/evp/evptest.c +++ b/regress/lib/libcrypto/evp/evptest.c @@ -1,3 +1,4 @@ +/* $OpenBSD: evptest.c,v 1.7 2018/07/17 17:06:49 tb Exp $ */ /* Written by Ben Laurie, 2001 */ /* * Copyright (c) 2001 The OpenSSL Project. All rights reserved. diff --git a/regress/lib/libcrypto/evp/evptests.txt b/regress/lib/libcrypto/evp/evptests.txt index d4b24df8e5e..fd2c6cdfd1e 100644 --- a/regress/lib/libcrypto/evp/evptests.txt +++ b/regress/lib/libcrypto/evp/evptests.txt @@ -1,3 +1,4 @@ +# $OpenBSD: evptests.txt,v 1.5 2018/07/17 17:06:49 tb Exp $ #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt) #digest:::input:output diff --git a/regress/lib/libcrypto/exp/exptest.c b/regress/lib/libcrypto/exp/exptest.c index 375628cb251..9c683464f6b 100644 --- a/regress/lib/libcrypto/exp/exptest.c +++ b/regress/lib/libcrypto/exp/exptest.c @@ -1,4 +1,4 @@ -/* crypto/bn/exptest.c */ +/* $OpenBSD: exptest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/gcm128/gcm128test.c b/regress/lib/libcrypto/gcm128/gcm128test.c index cf52d1fd324..07c6128c0f1 100644 --- a/regress/lib/libcrypto/gcm128/gcm128test.c +++ b/regress/lib/libcrypto/gcm128/gcm128test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gcm128test.c,v 1.6 2018/07/17 17:06:49 tb Exp $ */ /* ==================================================================== * Copyright (c) 2010 The OpenSSL Project. All rights reserved. * diff --git a/regress/lib/libcrypto/hkdf/hkdf_test.c b/regress/lib/libcrypto/hkdf/hkdf_test.c index 3c04262e04a..5e89f3384c8 100644 --- a/regress/lib/libcrypto/hkdf/hkdf_test.c +++ b/regress/lib/libcrypto/hkdf/hkdf_test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hkdf_test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (c) 2014, Google Inc. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/regress/lib/libcrypto/hmac/hmactest.c b/regress/lib/libcrypto/hmac/hmactest.c index ab75d3508c8..1f120da5d94 100644 --- a/regress/lib/libcrypto/hmac/hmactest.c +++ b/regress/lib/libcrypto/hmac/hmactest.c @@ -1,4 +1,4 @@ -/* crypto/hmac/hmactest.c */ +/* $OpenBSD: hmactest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/idea/ideatest.c b/regress/lib/libcrypto/idea/ideatest.c index c6478916eea..b33b824ae7e 100644 --- a/regress/lib/libcrypto/idea/ideatest.c +++ b/regress/lib/libcrypto/idea/ideatest.c @@ -1,4 +1,4 @@ -/* crypto/idea/ideatest.c */ +/* $OpenBSD: ideatest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/ige/igetest.c b/regress/lib/libcrypto/ige/igetest.c index 7945aab3ab7..2191af85b79 100644 --- a/regress/lib/libcrypto/ige/igetest.c +++ b/regress/lib/libcrypto/ige/igetest.c @@ -1,4 +1,4 @@ -/* test/igetest.c -*- mode:C; c-file-style: "eay" -*- */ +/* $OpenBSD: igetest.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/regress/lib/libcrypto/md4/md4test.c b/regress/lib/libcrypto/md4/md4test.c index 60b2c0eedb8..7279e40f169 100644 --- a/regress/lib/libcrypto/md4/md4test.c +++ b/regress/lib/libcrypto/md4/md4test.c @@ -1,4 +1,4 @@ -/* crypto/md4/md4test.c */ +/* $OpenBSD: md4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/md5/md5test.c b/regress/lib/libcrypto/md5/md5test.c index 481ddaa4e34..92b1b4a2731 100644 --- a/regress/lib/libcrypto/md5/md5test.c +++ b/regress/lib/libcrypto/md5/md5test.c @@ -1,4 +1,4 @@ -/* crypto/md5/md5test.c */ +/* $OpenBSD: md5test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/ocsp/ocsp_test.c b/regress/lib/libcrypto/ocsp/ocsp_test.c index 6adec688b60..f58ee7c6934 100644 --- a/regress/lib/libcrypto/ocsp/ocsp_test.c +++ b/regress/lib/libcrypto/ocsp/ocsp_test.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ocsp_test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ + #include #include #include diff --git a/regress/lib/libcrypto/pbkdf2/pbkdf2.c b/regress/lib/libcrypto/pbkdf2/pbkdf2.c index 591213fe533..9cbc031821e 100644 --- a/regress/lib/libcrypto/pbkdf2/pbkdf2.c +++ b/regress/lib/libcrypto/pbkdf2/pbkdf2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pbkdf2.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Written by Christian Heimes, 2013 */ /* * Copyright (c) 2013 The OpenSSL Project. All rights reserved. diff --git a/regress/lib/libcrypto/poly1305/poly1305test.c b/regress/lib/libcrypto/poly1305/poly1305test.c index 91e296e39ff..3f9af0db003 100644 --- a/regress/lib/libcrypto/poly1305/poly1305test.c +++ b/regress/lib/libcrypto/poly1305/poly1305test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* * Public Domain poly1305 from Andrew Moon * Based on poly1305-donna.c from: diff --git a/regress/lib/libcrypto/rand/randtest.c b/regress/lib/libcrypto/rand/randtest.c index 7217c14c64c..d0f02ad22dc 100644 --- a/regress/lib/libcrypto/rand/randtest.c +++ b/regress/lib/libcrypto/rand/randtest.c @@ -1,4 +1,4 @@ -/* crypto/rand/randtest.c */ +/* $OpenBSD: randtest.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/rc2/rc2test.c b/regress/lib/libcrypto/rc2/rc2test.c index 80e1b3035fd..a8d33077dd1 100644 --- a/regress/lib/libcrypto/rc2/rc2test.c +++ b/regress/lib/libcrypto/rc2/rc2test.c @@ -1,4 +1,4 @@ -/* crypto/rc2/rc2test.c */ +/* $OpenBSD: rc2test.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/rc4/rc4test.c b/regress/lib/libcrypto/rc4/rc4test.c index c4d34b1a846..c1d98eb8c1e 100644 --- a/regress/lib/libcrypto/rc4/rc4test.c +++ b/regress/lib/libcrypto/rc4/rc4test.c @@ -1,4 +1,4 @@ -/* crypto/rc4/rc4test.c */ +/* $OpenBSD: rc4test.c,v 1.4 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/rmd/rmdtest.c b/regress/lib/libcrypto/rmd/rmdtest.c index 1a488fb1c13..aa6cb0174e5 100644 --- a/regress/lib/libcrypto/rmd/rmdtest.c +++ b/regress/lib/libcrypto/rmd/rmdtest.c @@ -1,4 +1,4 @@ -/* crypto/ripemd/rmdtest.c */ +/* $OpenBSD: rmdtest.c,v 1.2 2018/07/17 17:06:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/rsa/rsa_test.c b/regress/lib/libcrypto/rsa/rsa_test.c index 0bb08264161..9e7cd6f4724 100644 --- a/regress/lib/libcrypto/rsa/rsa_test.c +++ b/regress/lib/libcrypto/rsa/rsa_test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rsa_test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * diff --git a/regress/lib/libcrypto/sha1/sha1test.c b/regress/lib/libcrypto/sha1/sha1test.c index b7251b31dc2..7f28ba676f2 100644 --- a/regress/lib/libcrypto/sha1/sha1test.c +++ b/regress/lib/libcrypto/sha1/sha1test.c @@ -1,4 +1,4 @@ -/* crypto/sha/sha1test.c */ +/* $OpenBSD: sha1test.c,v 1.3 2018/07/17 17:06:50 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/regress/lib/libcrypto/sha256/sha256test.c b/regress/lib/libcrypto/sha256/sha256test.c index 1515e303827..9c22bc7664d 100644 --- a/regress/lib/libcrypto/sha256/sha256test.c +++ b/regress/lib/libcrypto/sha256/sha256test.c @@ -1,4 +1,4 @@ -/* crypto/sha/sha256t.c */ +/* $OpenBSD: sha256test.c,v 1.3 2018/07/17 17:06:50 tb Exp $ */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/regress/lib/libcrypto/sha512/sha512test.c b/regress/lib/libcrypto/sha512/sha512test.c index 453be517b0c..bbcec93a2b3 100644 --- a/regress/lib/libcrypto/sha512/sha512test.c +++ b/regress/lib/libcrypto/sha512/sha512test.c @@ -1,4 +1,4 @@ -/* crypto/sha/sha512t.c */ +/* $OpenBSD: sha512test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * ==================================================================== diff --git a/regress/lib/libcrypto/utf8/utf8test.c b/regress/lib/libcrypto/utf8/utf8test.c index 5da5709746b..e3a47d5adf0 100644 --- a/regress/lib/libcrypto/utf8/utf8test.c +++ b/regress/lib/libcrypto/utf8/utf8test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utf8test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */ /* * Copyright (c) 2014 Philip Guenther * -- 2.20.1