diff options
Diffstat (limited to 'src/regress/lib')
| -rw-r--r-- | src/regress/lib/libcrypto/exdata/exdata_test.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/exdata/exdata_test.c b/src/regress/lib/libcrypto/exdata/exdata_test.c index 22483f7061..a82cb4a66c 100644 --- a/src/regress/lib/libcrypto/exdata/exdata_test.c +++ b/src/regress/lib/libcrypto/exdata/exdata_test.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: exdata_test.c,v 1.2 2024/03/25 10:41:36 jsing Exp $ */ | 1 | /* $OpenBSD: exdata_test.c,v 1.3 2024/10/02 14:12:21 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -231,8 +231,6 @@ ex_data_test(void) | |||
| 231 | return failed; | 231 | return failed; |
| 232 | } | 232 | } |
| 233 | 233 | ||
| 234 | #if 0 | ||
| 235 | /* This insanity currently succeeds... */ | ||
| 236 | static int | 234 | static int |
| 237 | ex_new_index_test(void) | 235 | ex_new_index_test(void) |
| 238 | { | 236 | { |
| @@ -257,7 +255,6 @@ ex_new_index_test(void) | |||
| 257 | failure: | 255 | failure: |
| 258 | return failed; | 256 | return failed; |
| 259 | } | 257 | } |
| 260 | #endif | ||
| 261 | 258 | ||
| 262 | int | 259 | int |
| 263 | main(int argc, char **argv) | 260 | main(int argc, char **argv) |
| @@ -265,9 +262,7 @@ main(int argc, char **argv) | |||
| 265 | int failed = 0; | 262 | int failed = 0; |
| 266 | 263 | ||
| 267 | failed |= ex_data_test(); | 264 | failed |= ex_data_test(); |
| 268 | #if 0 | ||
| 269 | failed |= ex_new_index_test(); | 265 | failed |= ex_new_index_test(); |
| 270 | #endif | ||
| 271 | 266 | ||
| 272 | /* Force a clean up. */ | 267 | /* Force a clean up. */ |
| 273 | CRYPTO_cleanup_all_ex_data(); | 268 | CRYPTO_cleanup_all_ex_data(); |
