commit | 508ad5ab6dcc75e100872e61b30200d2acc71afe | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Dec 04 17:09:26 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Dec 04 17:09:26 2011 +0000 |
tree | 2c0d0a640951b210dcdb2ee3c9c8307b2fd157aa | |
parent | 4dc6457274b8eec3b8b46fca07ae9190a0da7163 [diff] [blame] |
- Moved all examples programs to use the new entropy and CTR_DRBG
diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index e926ad0..5eed520 100644 --- a/programs/random/gen_random_ctr_drbg.c +++ b/programs/random/gen_random_ctr_drbg.c
@@ -88,4 +88,4 @@ return( ret ); } -#endif /* POLARSSL_HAVEGE_C && POLARSSL_ENTROPY_C */ +#endif /* POLARSSL_CTR_DRBG_C && POLARSSL_ENTROPY_C */