1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #9161 from mpg/doc-guards

[3.6 only] Document transitional feature macros / guards
This commit is contained in:
Manuel Pégourié-Gonnard
2024-10-09 10:30:50 +00:00
committed by GitHub
6 changed files with 352 additions and 22 deletions

View File

@ -1766,6 +1766,8 @@ config_psa_crypto_accel_rsa () {
driver_only=$1
# Start from crypto_full config (no X.509, no TLS)
# Note: PK will be ignored when comparing driver to reference in
# analyze_outcomes.py
helper_libtestdriver1_adjust_config "crypto_full"
if [ "$driver_only" -eq 1 ]; then