Merge pull request #10351 from bjwtaylor/move-pk-interfaces

Move private pk interfaces to mbedtls/private/pk.h
This commit is contained in:
Manuel Pégourié-Gonnard
2025-09-01 10:35:33 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#include "mbedtls/private/pk_private.h"
#include "ssl_test_lib.h"
#include "test/psa_crypto_helpers.h"

View File

@@ -8,6 +8,8 @@
#ifndef MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
#define MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
#include "mbedtls/private/pk_private.h"
#include "mbedtls/build_info.h"
#include "mbedtls/platform.h"