diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/addsub/bnaddsub.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/bn/addsub/bnaddsub.c b/src/regress/lib/libcrypto/bn/addsub/bnaddsub.c index 6c47708718..41bc3371ff 100644 --- a/src/regress/lib/libcrypto/bn/addsub/bnaddsub.c +++ b/src/regress/lib/libcrypto/bn/addsub/bnaddsub.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bnaddsub.c,v 1.1 2018/07/10 16:57:50 tb Exp $ */ | 1 | /* $OpenBSD: bnaddsub.c,v 1.2 2018/07/17 14:27:22 inoguchi Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -215,8 +215,7 @@ main(int argc, char *argv[]) | |||
| 215 | int failed = 0; | 215 | int failed = 0; |
| 216 | 216 | ||
| 217 | if ((bio_err = BIO_new_fp(stderr, BIO_NOCLOSE)) == NULL) { | 217 | if ((bio_err = BIO_new_fp(stderr, BIO_NOCLOSE)) == NULL) { |
| 218 | fprintf(stderr, "%s: failed to initialize bio_err", | 218 | fprintf(stderr, "%s: failed to initialize bio_err", argv[0]); |
| 219 | getprogname()); | ||
| 220 | return 1; | 219 | return 1; |
| 221 | } | 220 | } |
| 222 | 221 | ||
