diff options
author | Brent Cook <busterb@gmail.com> | 2019-09-09 22:08:34 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-09-09 22:08:34 -0500 |
commit | 935dedc22ce43fc4bfdd4252c9d25c562a3f5dcc (patch) | |
tree | 5f8edac6afac3eddcb4441bccaa3250844a5e514 | |
parent | b43bee6451f0f168cb9c4024c884ca878fd53fc4 (diff) | |
download | portable-935dedc22ce43fc4bfdd4252c9d25c562a3f5dcc.tar.gz portable-935dedc22ce43fc4bfdd4252c9d25c562a3f5dcc.tar.bz2 portable-935dedc22ce43fc4bfdd4252c9d25c562a3f5dcc.zip |
remove duplicate copy of public header
-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 2e42918..f66bb73 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -556,7 +556,6 @@ libcrypto_la_SOURCES += ec/ecp_smpl.c | |||
556 | noinst_HEADERS += ec/ec_lcl.h | 556 | noinst_HEADERS += ec/ec_lcl.h |
557 | 557 | ||
558 | # ecdh | 558 | # ecdh |
559 | libcrypto_la_SOURCES += ecdh/ecdh.h | ||
560 | libcrypto_la_SOURCES += ecdh/ecdh_kdf.c | 559 | libcrypto_la_SOURCES += ecdh/ecdh_kdf.c |
561 | libcrypto_la_SOURCES += ecdh/ech_err.c | 560 | libcrypto_la_SOURCES += ecdh/ech_err.c |
562 | libcrypto_la_SOURCES += ecdh/ech_key.c | 561 | libcrypto_la_SOURCES += ecdh/ech_key.c |