freebsd-ports/security/polarssl/files/patch-include-polarssl-config_h
Jase Thew 8427671fd7 - Add patch to enable HAVEGE random generator
- While I'm here: enable stage support, replace USE_GMAKE with USES=gmake

PR:		ports/182437
Submitted by:   martymac
2013-09-30 22:38:41 +00:00

12 lines
335 B
Text

--- include/polarssl/config.h.orig 2013-09-24 16:37:14.000000000 +0200
+++ include/polarssl/config.h 2013-09-24 16:39:22.000000000 +0200
@@ -627,8 +627,8 @@
* Requires: POLARSSL_TIMING_C
*
* Uncomment to enable the HAVEGE random generator.
-#define POLARSSL_HAVEGE_C
*/
+#define POLARSSL_HAVEGE_C
/**
* \def POLARSSL_MD_C