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