diff options
Diffstat (limited to 'src/regress/lib/libssl/unit/cipher_list.c')
-rw-r--r-- | src/regress/lib/libssl/unit/cipher_list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/cipher_list.c b/src/regress/lib/libssl/unit/cipher_list.c index 70f547abd6..9a5d978140 100644 --- a/src/regress/lib/libssl/unit/cipher_list.c +++ b/src/regress/lib/libssl/unit/cipher_list.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cipher_list.c,v 1.9 2018/06/02 16:35:02 jsing Exp $ */ | 1 | /* $OpenBSD: cipher_list.c,v 1.10 2021/01/09 12:39:22 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015 Doug Hogan <doug@openbsd.org> | 3 | * Copyright (c) 2015 Doug Hogan <doug@openbsd.org> |
4 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> |
@@ -199,6 +199,6 @@ err: | |||
199 | 199 | ||
200 | if (!rv) | 200 | if (!rv) |
201 | printf("PASS %s\n", __FILE__); | 201 | printf("PASS %s\n", __FILE__); |
202 | 202 | ||
203 | return rv; | 203 | return rv; |
204 | } | 204 | } |