summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/poly1305_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/macs/poly1305_prov.c')
-rw-r--r--providers/implementations/macs/poly1305_prov.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/providers/implementations/macs/poly1305_prov.c b/providers/implementations/macs/poly1305_prov.c
index f41752a3cf..950704620f 100644
--- a/providers/implementations/macs/poly1305_prov.c
+++ b/providers/implementations/macs/poly1305_prov.c
@@ -14,12 +14,6 @@
#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"