aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-21 21:39:59 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-21 21:39:59 -0500
commit959241fe887812502d586d02be070db96dd98864 (patch)
tree08a3e9b3571be96d70f405efea3740a1724547cf
parent2c168b712784d77e46c01b14f1f25b9d65d2cf26 (diff)
downloadportable-959241fe887812502d586d02be070db96dd98864.tar.gz
portable-959241fe887812502d586d02be070db96dd98864.tar.bz2
portable-959241fe887812502d586d02be070db96dd98864.zip
remove a_gen/utctm.c
-rw-r--r--crypto/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index b5ccf24..f45e8e9 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -145,7 +145,6 @@ libcrypto_la_SOURCES += asn1/a_d2i_fp.c
145libcrypto_la_SOURCES += asn1/a_digest.c 145libcrypto_la_SOURCES += asn1/a_digest.c
146libcrypto_la_SOURCES += asn1/a_dup.c 146libcrypto_la_SOURCES += asn1/a_dup.c
147libcrypto_la_SOURCES += asn1/a_enum.c 147libcrypto_la_SOURCES += asn1/a_enum.c
148libcrypto_la_SOURCES += asn1/a_gentm.c
149libcrypto_la_SOURCES += asn1/a_i2d_fp.c 148libcrypto_la_SOURCES += asn1/a_i2d_fp.c
150libcrypto_la_SOURCES += asn1/a_int.c 149libcrypto_la_SOURCES += asn1/a_int.c
151libcrypto_la_SOURCES += asn1/a_mbstr.c 150libcrypto_la_SOURCES += asn1/a_mbstr.c
@@ -159,7 +158,6 @@ libcrypto_la_SOURCES += asn1/a_strnid.c
159libcrypto_la_SOURCES += asn1/a_time.c 158libcrypto_la_SOURCES += asn1/a_time.c
160libcrypto_la_SOURCES += asn1/a_time_tm.c 159libcrypto_la_SOURCES += asn1/a_time_tm.c
161libcrypto_la_SOURCES += asn1/a_type.c 160libcrypto_la_SOURCES += asn1/a_type.c
162libcrypto_la_SOURCES += asn1/a_utctm.c
163libcrypto_la_SOURCES += asn1/a_utf8.c 161libcrypto_la_SOURCES += asn1/a_utf8.c
164libcrypto_la_SOURCES += asn1/a_verify.c 162libcrypto_la_SOURCES += asn1/a_verify.c
165libcrypto_la_SOURCES += asn1/ameth_lib.c 163libcrypto_la_SOURCES += asn1/ameth_lib.c