ports/security/libnettle/patches/patch-ecc-random_c

12 lines
190 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: ecc-random.c
--- ecc-random.c.orig
+++ ecc-random.c
@@ -36,6 +36,7 @@
#endif
#include <assert.h>
+#include <stdlib.h> /* alloca */
#include "ecc.h"
#include "ecc-internal.h"