From 43dbe1350a6daed49d62efd011780ccbbb2d03f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 17 Mar 2017 10:13:27 +0100 Subject: [PATCH] Forgot to add chacha.h to the build. --- include/cryb/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cryb/Makefile.am b/include/cryb/Makefile.am index a064c72..8a6e845 100644 --- a/include/cryb/Makefile.am +++ b/include/cryb/Makefile.am @@ -5,6 +5,7 @@ cryb_HEADERS = if CRYB_CIPHER cryb_HEADERS += \ aes.h \ + chacha.h \ rc4.h \ \ cipher.h