From 0565c484d1035bf9cb19e2e08e9e76c08468a403 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 23 Jan 2018 15:27:02 -0600 Subject: [PATCH] build: Add key-private.h from ell to build --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0d0d3c00..d58edf0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/tls-record.c \ ell/uuid.h ell/uuid.c \ ell/key.h ell/key.c \ + ell/key-private.h \ ell/asn1-private.h \ ell/pkcs5.h ell/pkcs5.c \ ell/pkcs5-private.h \