aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-03-25 12:35:26 +0300
committerGitHub <noreply@github.com>2020-03-25 12:35:26 +0300
commitd62235af8132fbce5cc320eae295aab1c177c128 (patch)
treefacb6727699a434b023edd8d7d196efd0cf2bdf1
parentb462bfdbc9c393f2fe32083e15ba272479b68f13 (diff)
downloadportable-d62235af8132fbce5cc320eae295aab1c177c128.tar.gz
portable-d62235af8132fbce5cc320eae295aab1c177c128.tar.bz2
portable-d62235af8132fbce5cc320eae295aab1c177c128.zip
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 <dbaryshkov@gmail.com>
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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
697libcrypto_la_SOURCES += gost/gostr341001_pmeth.c 697libcrypto_la_SOURCES += gost/gostr341001_pmeth.c
698libcrypto_la_SOURCES += gost/gostr341194.c 698libcrypto_la_SOURCES += gost/gostr341194.c
699libcrypto_la_SOURCES += gost/streebog.c 699libcrypto_la_SOURCES += gost/streebog.c
700noinst_HEADERS += gost/gost.h
701noinst_HEADERS += gost/gost_asn1.h 700noinst_HEADERS += gost/gost_asn1.h
702noinst_HEADERS += gost/gost_locl.h 701noinst_HEADERS += gost/gost_locl.h
703 702