- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 48b2661..27f520b 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -307,6 +307,18 @@
#define POLARSSL_CIPHER_C
/**
+ * \def POLARSSL_CTR_DRBG_C
+ *
+ * Enable the CTR_DRBG AES-256-based random generator
+ *
+ * Module: library/ctr_drbg.c
+ * Caller:
+ *
+ * This module provides the CTR_DRBG AES-256 random number generator.
+ */
+#define POLARSSL_CTR_DRBG_C
+
+/**
* \def POLARSSL_DEBUG_C
*
* Enable the debug functions.