Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2022-06-15 17:39:01 +02:00
parent 8c2e8a6cda
commit 75673abef5

View file

@ -705,6 +705,7 @@ exit:
return( test_ok );
}
#if defined(PSA_WANT_ALG_JPAKE)
static int ecjpake_do_round( psa_algorithm_t alg, unsigned int primitive,
psa_pake_operation_t *server,
psa_pake_operation_t *client,
@ -994,6 +995,7 @@ exit:
mbedtls_free( buffer1 );
return( ret );
}
#endif /* PSA_WANT_ALG_JPAKE */
/* END_HEADER */