From d62235af8132fbce5cc320eae295aab1c177c128 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 25 Mar 2020 12:35:26 +0300 Subject: crypto: do not include gost.h into noinst_HEADERS gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov --- crypto/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 156a756..0b71a78 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -697,7 +697,6 @@ libcrypto_la_SOURCES += gost/gostr341001_params.c libcrypto_la_SOURCES += gost/gostr341001_pmeth.c libcrypto_la_SOURCES += gost/gostr341194.c libcrypto_la_SOURCES += gost/streebog.c -noinst_HEADERS += gost/gost.h noinst_HEADERS += gost/gost_asn1.h noinst_HEADERS += gost/gost_locl.h -- cgit v1.2.3-55-g6feb