aboutsummaryrefslogtreecommitdiff
path: root/apps/skeyutl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/skeyutl.c')
-rw-r--r--apps/skeyutl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/skeyutl.c b/apps/skeyutl.c
index 2404a8e8aa28..8f81ea15fc14 100644
--- a/apps/skeyutl.c
+++ b/apps/skeyutl.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 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
@@ -106,7 +106,7 @@ int skeyutl_main(int argc, char **argv)
skey = EVP_SKEY_generate(app_get0_libctx(),
skeymgmt ? skeymgmt : EVP_CIPHER_name(cipher),
app_get0_propq(), params);
- OSSL_PARAM_free(params);
+ app_params_free(params);
if (skey == NULL) {
BIO_printf(bio_err, "Error creating opaque key for skeymgmt %s\n",
skeymgmt ? skeymgmt : EVP_CIPHER_name(cipher));