aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
committerbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
commit34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (patch)
tree38dc244b7011d3e16b240857d3bdafc57723cc63 /crypto
parentd826f2dfc13d08c7c69fed7ecc28aed7443e81f7 (diff)
downloadportable-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.txt2
-rw-r--r--crypto/Makefile.am2
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
238libcrypto_la_SOURCES += asn1/a_bitstr.c 238libcrypto_la_SOURCES += asn1/a_bitstr.c
239libcrypto_la_SOURCES += asn1/a_bool.c 239libcrypto_la_SOURCES += asn1/a_bool.c
240libcrypto_la_SOURCES += asn1/a_bytes.c
241libcrypto_la_SOURCES += asn1/a_d2i_fp.c 240libcrypto_la_SOURCES += asn1/a_d2i_fp.c
242libcrypto_la_SOURCES += asn1/a_digest.c 241libcrypto_la_SOURCES += asn1/a_digest.c
243libcrypto_la_SOURCES += asn1/a_dup.c 242libcrypto_la_SOURCES += asn1/a_dup.c
@@ -248,7 +247,6 @@ libcrypto_la_SOURCES += asn1/a_mbstr.c
248libcrypto_la_SOURCES += asn1/a_object.c 247libcrypto_la_SOURCES += asn1/a_object.c
249libcrypto_la_SOURCES += asn1/a_octet.c 248libcrypto_la_SOURCES += asn1/a_octet.c
250libcrypto_la_SOURCES += asn1/a_print.c 249libcrypto_la_SOURCES += asn1/a_print.c
251libcrypto_la_SOURCES += asn1/a_set.c
252libcrypto_la_SOURCES += asn1/a_sign.c 250libcrypto_la_SOURCES += asn1/a_sign.c
253libcrypto_la_SOURCES += asn1/a_strex.c 251libcrypto_la_SOURCES += asn1/a_strex.c
254libcrypto_la_SOURCES += asn1/a_strnid.c 252libcrypto_la_SOURCES += asn1/a_strnid.c