diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2020-03-25 12:35:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 12:35:26 +0300 |
commit | d62235af8132fbce5cc320eae295aab1c177c128 (patch) | |
tree | facb6727699a434b023edd8d7d196efd0cf2bdf1 | |
parent | b462bfdbc9c393f2fe32083e15ba272479b68f13 (diff) | |
download | portable-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.am | 1 |
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 | |||
697 | libcrypto_la_SOURCES += gost/gostr341001_pmeth.c | 697 | libcrypto_la_SOURCES += gost/gostr341001_pmeth.c |
698 | libcrypto_la_SOURCES += gost/gostr341194.c | 698 | libcrypto_la_SOURCES += gost/gostr341194.c |
699 | libcrypto_la_SOURCES += gost/streebog.c | 699 | libcrypto_la_SOURCES += gost/streebog.c |
700 | noinst_HEADERS += gost/gost.h | ||
701 | noinst_HEADERS += gost/gost_asn1.h | 700 | noinst_HEADERS += gost/gost_asn1.h |
702 | noinst_HEADERS += gost/gost_locl.h | 701 | noinst_HEADERS += gost/gost_locl.h |
703 | 702 | ||