1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Moved all examples programs to use the new entropy and CTR_DRBG

This commit is contained in:
Paul Bakker
2011-12-04 17:09:26 +00:00
parent 4dc6457274
commit 508ad5ab6d
15 changed files with 343 additions and 143 deletions

View File

@ -88,4 +88,4 @@ cleanup:
return( ret );
}
#endif /* POLARSSL_HAVEGE_C && POLARSSL_ENTROPY_C */
#endif /* POLARSSL_CTR_DRBG_C && POLARSSL_ENTROPY_C */