summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-02-04 16:29:26 +0300
committerNiels Möller <nisse@lysator.liu.se>2020-02-06 07:28:12 +0100
commit9f4ade7f147fe1bb4f606040843d813ec8a9084c (patch)
tree263760ec0fbcd2a85a8c1da16351fba644e769be /Makefile.in
parenta896feb0ce00453ef9811bb1cb1f3f7f1678d810 (diff)
downloadnettle-9f4ade7f147fe1bb4f606040843d813ec8a9084c.tar.gz
gost28147: move gost params to internal interface
gost28147_param instances were never a part of stable release, so move them to internal header. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f876e5e8..0de54e85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -207,7 +207,7 @@ HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \
cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h \
curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h \
ecc-curve.h ecc.h ecdsa.h eddsa.h \
- gcm.h gost28147.h gostdsa.h gosthash94.h hmac.h \
+ gcm.h gostdsa.h gosthash94.h hmac.h \
knuth-lfib.h hkdf.h \
macros.h \
cmac.h siv-cmac.h \