Corrects incorrectly named function in ctr_drbg.c comment

This commit is contained in:
Simon Butcher 2016-05-10 23:47:30 +01:00
parent 699d7193a1
commit 71c7ac5597

View File

@ -67,8 +67,8 @@ void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx )
} }
/* /*
* Non-public function wrapped by mbedtls_ctr_drbg_init(). Necessary to allow NIST * Non-public function wrapped by mbedtls_ctr_drbg_seed(). Necessary to allow
* tests to succeed (which require known length fixed entropy) * NIST tests to succeed (which require known length fixed entropy)
*/ */
int mbedtls_ctr_drbg_seed_entropy_len( int mbedtls_ctr_drbg_seed_entropy_len(
mbedtls_ctr_drbg_context *ctx, mbedtls_ctr_drbg_context *ctx,