Andrew Boyson / crypto

Dependents:   oldheating gps motorhome heating

Revision:
13:0a80b49a5e78
Parent:
9:f354b4859b0b
Child:
17:93feb2a51d58
--- a/tls/tls-prf.c	Thu Sep 26 07:19:09 2019 +0000
+++ b/tls/tls-prf.c	Fri Sep 27 11:31:18 2019 +0000
@@ -1,4 +1,6 @@
 #include <stdint.h>
+#include <alloca.h>
+
 #include "prf.h"
 
 void TlsPrfMasterSecret(uint8_t * preMasterSecret, uint8_t* clientRandom, uint8_t* serverRandom, uint8_t* output48)