aboutsummaryrefslogtreecommitdiff
path: root/test/bio_core_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bio_core_test.c')
-rw-r--r--test/bio_core_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bio_core_test.c b/test/bio_core_test.c
index 77e846735f76..be2ae49932e7 100644
--- a/test/bio_core_test.c
+++ b/test/bio_core_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -61,7 +61,7 @@ static const OSSL_DISPATCH biocbs[] = {
{ OSSL_FUNC_BIO_CTRL, (void (*)(void))tst_bio_core_ctrl },
{ OSSL_FUNC_BIO_UP_REF, (void (*)(void))tst_bio_core_up_ref },
{ OSSL_FUNC_BIO_FREE, (void (*)(void))tst_bio_core_free },
- { 0, NULL }
+ OSSL_DISPATCH_END
};
static int test_bio_core(void)