From cf0b8af42110596ee52a6797dd2b7c0f0c163dcf Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Tue, 1 Nov 2022 18:18:36 -0700 Subject: [PATCH] Remove mbedtls_pk_info_t references from mbedtls_pk_pkcs11.h --- .../network_transport/mbedtls_pk_pkcs11.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/mbedtls_pk_pkcs11.h b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/mbedtls_pk_pkcs11.h index be15b46899..fd88885cb4 100644 --- a/FreeRTOS-Plus/Source/Application-Protocols/network_transport/mbedtls_pk_pkcs11.h +++ b/FreeRTOS-Plus/Source/Application-Protocols/network_transport/mbedtls_pk_pkcs11.h @@ -32,9 +32,6 @@ #include "core_pkcs11_config.h" #include "core_pkcs11.h" -mbedtls_pk_info_t mbedtls_pkcs11_pk_ecdsa; -mbedtls_pk_info_t mbedtls_pkcs11_pk_rsa; - /*-----------------------------------------------------------*/ CK_RV xPKCS11_initMbedtlsPkContext( mbedtls_pk_context * pxMbedtlsPkCtx,