]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - prf_tls12/prf_tls12.h
update to stream-cipher mkfiles
[arm-crypto-lib.git] / prf_tls12 / prf_tls12.h
index dbd6938b3251c1b0d761f2c6fddc737ecc7a82b8..e312f7e1b68f93594b143546aa8b6284bb862c72 100644 (file)
@@ -21,9 +21,9 @@
 #define PRF_TLS12_H_
 
 #include <stdint.h>
-#include <crypto/hashfunction_descriptor.h>
-#include <crypto/hfal-basic.h>
-#include <crypto/hfal-hmac.h>
+#include "hashfunction_descriptor.h"
+#include "hfal-basic.h"
+#include "hfal-hmac.h"
 
 typedef struct{
        hfhmacgen_ctx_t mainctx;