aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-06 06:18:15 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-06 06:21:17 -0500
commit047926e06f06900f9f0512b5d228001cd08665c6 (patch)
tree566bc2257e31f39cdb7338497623b0266717b238 /crypto
parenta7f031ba55ac4a69263000357eb7f6d7fb88101a (diff)
downloadportable-047926e06f06900f9f0512b5d228001cd08665c6.tar.gz
portable-047926e06f06900f9f0512b5d228001cd08665c6.tar.bz2
portable-047926e06f06900f9f0512b5d228001cd08665c6.zip
updates for ASN.1 time handling
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
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(
54 asn1/a_strex.c 54 asn1/a_strex.c
55 asn1/a_strnid.c 55 asn1/a_strnid.c
56 asn1/a_time.c 56 asn1/a_time.c
57 asn1/a_time_tm.c
57 asn1/a_type.c 58 asn1/a_type.c
58 asn1/a_utctm.c 59 asn1/a_utctm.c
59 asn1/a_utf8.c 60 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
152libcrypto_la_SOURCES += asn1/a_strex.c 152libcrypto_la_SOURCES += asn1/a_strex.c
153libcrypto_la_SOURCES += asn1/a_strnid.c 153libcrypto_la_SOURCES += asn1/a_strnid.c
154libcrypto_la_SOURCES += asn1/a_time.c 154libcrypto_la_SOURCES += asn1/a_time.c
155libcrypto_la_SOURCES += asn1/a_time_tm.c
155libcrypto_la_SOURCES += asn1/a_type.c 156libcrypto_la_SOURCES += asn1/a_type.c
156libcrypto_la_SOURCES += asn1/a_utctm.c 157libcrypto_la_SOURCES += asn1/a_utctm.c
157libcrypto_la_SOURCES += asn1/a_utf8.c 158libcrypto_la_SOURCES += asn1/a_utf8.c