diff options
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_shift.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_shift.c b/src/regress/lib/libcrypto/bn/bn_shift.c index c8f9d3ad1c..f447f7ba51 100644 --- a/src/regress/lib/libcrypto/bn/bn_shift.c +++ b/src/regress/lib/libcrypto/bn/bn_shift.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_shift.c,v 1.1 2022/12/17 17:18:46 jsing Exp $ */ | 1 | /* $OpenBSD: bn_shift.c,v 1.2 2022/12/17 22:30:39 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -202,7 +202,7 @@ test_bn_shift(void) | |||
202 | goto failure; | 202 | goto failure; |
203 | } | 203 | } |
204 | } | 204 | } |
205 | 205 | ||
206 | if (!check_shift_result(bn1)) | 206 | if (!check_shift_result(bn1)) |
207 | goto failure; | 207 | goto failure; |
208 | 208 | ||