Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tls/tls-prf.c
- 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)