From: Niels Möller Date: Wed, 28 Nov 2018 20:54:15 +0000 (+0100) Subject: Add rsa-internal.h to distributed headers. X-Git-Tag: nettle_3.4.1rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128832dcb623fed9b13561e7b88a20c36ddea25f;p=thirdparty%2Fnettle.git Add rsa-internal.h to distributed headers. Patch from Simo Sorce. --- diff --git a/ChangeLog b/ChangeLog index a5bfb1d0..4aba09b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-11-28 Niels Möller + * Makefile.in (DISTFILES): Add rsa-internal.h, needed for make + dist. Patch from Simo Sorce. + * rsa-internal.h: Add include of rsa.h. 2018-11-27 Niels Möller diff --git a/Makefile.in b/Makefile.in index 728d6af7..a74881a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -232,6 +232,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \ aes-internal.h camellia-internal.h serpent-internal.h \ cast128_sboxes.h desinfo.h desCode.h \ memxor-internal.h nettle-internal.h nettle-write.h \ + rsa-internal.h \ gmp-glue.h ecc-internal.h fat-setup.h \ mini-gmp.h asm.m4 \ nettle.texinfo nettle.info nettle.html nettle.pdf sha-example.c