From 56db805713a722b40c9377365115c4ffe9c92bb2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 31 Jan 2019 01:34:03 -0500 Subject: [PATCH] Add seckey.h header dependency --- chachapoly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/chachapoly.h b/chachapoly.h index 7dafce5b..2b3a65da 100644 --- a/chachapoly.h +++ b/chachapoly.h @@ -16,6 +16,7 @@ #include "cryptlib.h" #include "authenc.h" +#include "seckey.h" #include "chacha.h" #include "poly1305.h"