From 6b8b0a90f750bf460f8ae6900559938f53cd1afb Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:07:23 +0200 Subject: [PATCH] remove last ENCODING define Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- test/oqs_test_evp_pkey_params.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/oqs_test_evp_pkey_params.c b/test/oqs_test_evp_pkey_params.c index 6cf04994..08ec9c6f 100644 --- a/test/oqs_test_evp_pkey_params.c +++ b/test/oqs_test_evp_pkey_params.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: Apache-2.0 AND MIT -#undef USE_ENCODING_LIB #include "oqs_prov.h" #include "test_common.h" @@ -607,4 +606,4 @@ int main(int argc, char **argv) end: return ret; -} \ No newline at end of file +}