- 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 */