diff options
author | bobsayshilol <bobsayshilol@live.co.uk> | 2018-11-07 23:45:17 +0000 |
---|---|---|
committer | bobsayshilol <bobsayshilol@live.co.uk> | 2018-11-07 23:45:17 +0000 |
commit | 34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (patch) | |
tree | 38dc244b7011d3e16b240857d3bdafc57723cc63 /crypto | |
parent | d826f2dfc13d08c7c69fed7ecc28aed7443e81f7 (diff) | |
download | portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.gz portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.bz2 portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.zip |
Misc fixes to bring portable in line with upstream.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | crypto/Makefile.am | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index ed85a11..acbbe55 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -120,7 +120,6 @@ set( | |||
120 | aes/aes_wrap.c | 120 | aes/aes_wrap.c |
121 | asn1/a_bitstr.c | 121 | asn1/a_bitstr.c |
122 | asn1/a_bool.c | 122 | asn1/a_bool.c |
123 | asn1/a_bytes.c | ||
124 | asn1/a_d2i_fp.c | 123 | asn1/a_d2i_fp.c |
125 | asn1/a_digest.c | 124 | asn1/a_digest.c |
126 | asn1/a_dup.c | 125 | asn1/a_dup.c |
@@ -131,7 +130,6 @@ set( | |||
131 | asn1/a_object.c | 130 | asn1/a_object.c |
132 | asn1/a_octet.c | 131 | asn1/a_octet.c |
133 | asn1/a_print.c | 132 | asn1/a_print.c |
134 | asn1/a_set.c | ||
135 | asn1/a_sign.c | 133 | asn1/a_sign.c |
136 | asn1/a_strex.c | 134 | asn1/a_strex.c |
137 | asn1/a_strnid.c | 135 | asn1/a_strnid.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 3073342..864b2d3 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -237,7 +237,6 @@ noinst_HEADERS += aes/aes_locl.h | |||
237 | # asn1 | 237 | # asn1 |
238 | libcrypto_la_SOURCES += asn1/a_bitstr.c | 238 | libcrypto_la_SOURCES += asn1/a_bitstr.c |
239 | libcrypto_la_SOURCES += asn1/a_bool.c | 239 | libcrypto_la_SOURCES += asn1/a_bool.c |
240 | libcrypto_la_SOURCES += asn1/a_bytes.c | ||
241 | libcrypto_la_SOURCES += asn1/a_d2i_fp.c | 240 | libcrypto_la_SOURCES += asn1/a_d2i_fp.c |
242 | libcrypto_la_SOURCES += asn1/a_digest.c | 241 | libcrypto_la_SOURCES += asn1/a_digest.c |
243 | libcrypto_la_SOURCES += asn1/a_dup.c | 242 | libcrypto_la_SOURCES += asn1/a_dup.c |
@@ -248,7 +247,6 @@ libcrypto_la_SOURCES += asn1/a_mbstr.c | |||
248 | libcrypto_la_SOURCES += asn1/a_object.c | 247 | libcrypto_la_SOURCES += asn1/a_object.c |
249 | libcrypto_la_SOURCES += asn1/a_octet.c | 248 | libcrypto_la_SOURCES += asn1/a_octet.c |
250 | libcrypto_la_SOURCES += asn1/a_print.c | 249 | libcrypto_la_SOURCES += asn1/a_print.c |
251 | libcrypto_la_SOURCES += asn1/a_set.c | ||
252 | libcrypto_la_SOURCES += asn1/a_sign.c | 250 | libcrypto_la_SOURCES += asn1/a_sign.c |
253 | libcrypto_la_SOURCES += asn1/a_strex.c | 251 | libcrypto_la_SOURCES += asn1/a_strex.c |
254 | libcrypto_la_SOURCES += asn1/a_strnid.c | 252 | libcrypto_la_SOURCES += asn1/a_strnid.c |