diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-26 22:46:07 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-26 22:46:07 +0000 |
commit | 4ad01ded99f37be060539760742456808d72e43a (patch) | |
tree | b64e8ca81057ae575dc07343a0760ce784f79089 /regress | |
parent | 346f287637c420f6c856a442c985dfeae2590fce (diff) |
Remove comment containing an outdated path
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/ec/ectest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/ec/ectest.c b/regress/lib/libcrypto/ec/ectest.c index a66764a75ff..f0b1028f483 100644 --- a/regress/lib/libcrypto/ec/ectest.c +++ b/regress/lib/libcrypto/ec/ectest.c @@ -1,5 +1,4 @@ -/* $OpenBSD: ectest.c,v 1.20 2023/07/24 17:00:11 tb Exp $ */ -/* crypto/ec/ectest.c */ +/* $OpenBSD: ectest.c,v 1.21 2023/07/26 22:46:06 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ |