diff options
Diffstat (limited to 'src/regress/lib/libssl/handshake/handshake_table.c')
-rw-r--r-- | src/regress/lib/libssl/handshake/handshake_table.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c index b316734524..8ebed9a73e 100644 --- a/src/regress/lib/libssl/handshake/handshake_table.c +++ b/src/regress/lib/libssl/handshake/handshake_table.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: handshake_table.c,v 1.17 2022/03/08 16:59:25 tb Exp $ */ | 1 | /* $OpenBSD: handshake_table.c,v 1.18 2022/12/01 13:49:12 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -546,8 +546,5 @@ main(int argc, char *argv[]) | |||
546 | if (!verify_table(hs_table, print)) | 546 | if (!verify_table(hs_table, print)) |
547 | return 1; | 547 | return 1; |
548 | 548 | ||
549 | if (!print) | ||
550 | printf("SUCCESS\n"); | ||
551 | |||
552 | return 0; | 549 | return 0; |
553 | } | 550 | } |