X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=prf_tls12%2Fprf_tls12.c;h=1fb9b728227a3513fa913ce106ffbb45584280df;hp=d88ab70cf5dd155caa478d3dd9846ea2f8ce8a6d;hb=3edc70ba3f2306ec503fb5e99858d28659dcac65;hpb=52867acc0c7f09a79efbbb738cef0c3f5a2abb04 diff --git a/prf_tls12/prf_tls12.c b/prf_tls12/prf_tls12.c index d88ab70..1fb9b72 100644 --- a/prf_tls12/prf_tls12.c +++ b/prf_tls12/prf_tls12.c @@ -70,9 +70,9 @@ #include #include #include -#include -#include -#include +#include "hashfunction_descriptor.h" +#include "hfal-basic.h" +#include "hfal-hmac.h" #include "prf_tls12.h" uint8_t prf_tls12_init(prf_tls12_ctx_t* ctx, const hfdesc_t* hash,