diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-09 19:59:29 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-09 19:59:29 +0900 |
commit | a3a03842f68732cc08c0241c40cf99fd11a8a3a4 (patch) | |
tree | 967487a24021c685c623c38c769ccf4d821f6285 /crypto/Makefile.am | |
parent | 7fe1bf86e1e6bad7af99174c351d17e6f8d40144 (diff) | |
download | portable-a3a03842f68732cc08c0241c40cf99fd11a8a3a4.tar.gz portable-a3a03842f68732cc08c0241c40cf99fd11a8a3a4.tar.bz2 portable-a3a03842f68732cc08c0241c40cf99fd11a8a3a4.zip |
Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and
consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index ceab628..34bdd43 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -300,6 +300,8 @@ libcrypto_la_SOURCES += asn1/a_int.c | |||
300 | libcrypto_la_SOURCES += asn1/a_mbstr.c | 300 | libcrypto_la_SOURCES += asn1/a_mbstr.c |
301 | libcrypto_la_SOURCES += asn1/a_object.c | 301 | libcrypto_la_SOURCES += asn1/a_object.c |
302 | libcrypto_la_SOURCES += asn1/a_octet.c | 302 | libcrypto_la_SOURCES += asn1/a_octet.c |
303 | libcrypto_la_SOURCES += asn1/a_pkey.c | ||
304 | libcrypto_la_SOURCES += asn1/a_pubkey.c | ||
303 | libcrypto_la_SOURCES += asn1/a_print.c | 305 | libcrypto_la_SOURCES += asn1/a_print.c |
304 | libcrypto_la_SOURCES += asn1/a_sign.c | 306 | libcrypto_la_SOURCES += asn1/a_sign.c |
305 | libcrypto_la_SOURCES += asn1/a_strex.c | 307 | libcrypto_la_SOURCES += asn1/a_strex.c |
@@ -319,14 +321,10 @@ libcrypto_la_SOURCES += asn1/asn_moid.c | |||
319 | libcrypto_la_SOURCES += asn1/asn_pack.c | 321 | libcrypto_la_SOURCES += asn1/asn_pack.c |
320 | libcrypto_la_SOURCES += asn1/bio_asn1.c | 322 | libcrypto_la_SOURCES += asn1/bio_asn1.c |
321 | libcrypto_la_SOURCES += asn1/bio_ndef.c | 323 | libcrypto_la_SOURCES += asn1/bio_ndef.c |
322 | libcrypto_la_SOURCES += asn1/d2i_pr.c | ||
323 | libcrypto_la_SOURCES += asn1/d2i_pu.c | ||
324 | libcrypto_la_SOURCES += asn1/evp_asn1.c | 324 | libcrypto_la_SOURCES += asn1/evp_asn1.c |
325 | libcrypto_la_SOURCES += asn1/f_enum.c | 325 | libcrypto_la_SOURCES += asn1/f_enum.c |
326 | libcrypto_la_SOURCES += asn1/f_int.c | 326 | libcrypto_la_SOURCES += asn1/f_int.c |
327 | libcrypto_la_SOURCES += asn1/f_string.c | 327 | libcrypto_la_SOURCES += asn1/f_string.c |
328 | libcrypto_la_SOURCES += asn1/i2d_pr.c | ||
329 | libcrypto_la_SOURCES += asn1/i2d_pu.c | ||
330 | libcrypto_la_SOURCES += asn1/n_pkey.c | 328 | libcrypto_la_SOURCES += asn1/n_pkey.c |
331 | libcrypto_la_SOURCES += asn1/nsseq.c | 329 | libcrypto_la_SOURCES += asn1/nsseq.c |
332 | libcrypto_la_SOURCES += asn1/p5_pbe.c | 330 | libcrypto_la_SOURCES += asn1/p5_pbe.c |