Add ChaCha related ciphers to default provider
[openssl.git] / providers / implementations / macs / poly1305_prov.c
index 9dda057d743e6302da76597c5076d09904004842..950704620f46c9d0784a751fb54965fc2dae50d7 100644 (file)
 #include <openssl/err.h>
 
 #include "crypto/poly1305.h"
-/*
- * TODO(3.0) when poly1305 has moved entirely to our providers, this
- * header should be moved to the provider include directory.  For the
- * moment, crypto/poly1305/poly1305_ameth.c has us stuck.
- */
-#include "../../../crypto/poly1305/poly1305_local.h"
 
-#include "internal/providercommonerr.h"
+#include "prov/providercommonerr.h"
 #include "prov/implementations.h"
 
 /*