1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-02 16:01:16 +03:00

Merge pull request #61 from ARMmbed/dev/Patater/psa-fix-ci

Merge #61 into feature-psa
This commit is contained in:
Gilles Peskine
2018-06-20 13:25:08 +02:00
committed by itayzafrir

View File

@@ -16,6 +16,7 @@ static int rnd_std_rand( void *rng_state, unsigned char *output, size_t len );
static int pk_genkey( mbedtls_pk_context *pk, int size )
{
((void) pk);
((void) size);
#if defined(MBEDTLS_RSA_C) && defined(MBEDTLS_GENPRIME)
if( mbedtls_pk_get_type( pk ) == MBEDTLS_PK_RSA )