From 128832dcb623fed9b13561e7b88a20c36ddea25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 28 Nov 2018 21:54:15 +0100 Subject: [PATCH] Add rsa-internal.h to distributed headers. Patch from Simo Sorce. --- ChangeLog | 3 +++ Makefile.in | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index a5bfb1d0..4aba09b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-11-28 Niels Möller <nisse@lysator.liu.se> + * 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 <nisse@lysator.liu.se> 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 -- GitLab