]> git.meshlink.io Git - meshlink/blobdiff - src/chacha-poly1305/chacha-poly1305.c
Really stop using cipher.h and digest.h.
[meshlink] / src / chacha-poly1305 / chacha-poly1305.c
index bd5cb2c40cf325d853d0d9f334148ad15af11f2a..c7464203d36088c80f225ddc294223413b748278 100644 (file)
@@ -1,6 +1,5 @@
 #include "../system.h"
 
-#include "../cipher.h"
 #include "../xalloc.h"
 
 #include "chacha.h"