From 047926e06f06900f9f0512b5d228001cd08665c6 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 6 Oct 2015 06:18:15 -0500 Subject: updates for ASN.1 time handling --- crypto/CMakeLists.txt | 1 + crypto/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'crypto') diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 21ba4b6..3326dd7 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -54,6 +54,7 @@ set( asn1/a_strex.c asn1/a_strnid.c asn1/a_time.c + asn1/a_time_tm.c asn1/a_type.c asn1/a_utctm.c asn1/a_utf8.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 8a2d546..bed4712 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -152,6 +152,7 @@ libcrypto_la_SOURCES += asn1/a_sign.c libcrypto_la_SOURCES += asn1/a_strex.c libcrypto_la_SOURCES += asn1/a_strnid.c libcrypto_la_SOURCES += asn1/a_time.c +libcrypto_la_SOURCES += asn1/a_time_tm.c libcrypto_la_SOURCES += asn1/a_type.c libcrypto_la_SOURCES += asn1/a_utctm.c libcrypto_la_SOURCES += asn1/a_utf8.c -- cgit v1.2.3-55-g6feb