mac siphash: add missing NULL check on context creation
[oweals/openssl.git] / providers / implementations / macs / gmac_prov.c
index 3d81af8766d6164ea14982d9c5975f1ce043768a..f9e5a3a17d52e22e9b8139ba9dbea4c51446cd2e 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/err.h>
 
-#include "internal/providercommonerr.h"
-#include "internal/provider_algs.h"
-#include "internal/provider_ctx.h"
-#include "internal/provider_util.h"
+#include "prov/providercommonerr.h"
+#include "prov/implementations.h"
+#include "prov/provider_ctx.h"
+#include "prov/provider_util.h"
 
 /*
  * Forward declaration of everything implemented here.  This is not strictly