Add ChaCha related ciphers to default provider
[openssl.git] / providers / implementations / macs / poly1305_prov.c
index f41752a3cf219b91e1a8ccd31177b91488c07e62..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 "prov/providercommonerr.h"
 #include "prov/implementations.h"