diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-06 06:18:15 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-06 06:21:17 -0500 |
commit | 047926e06f06900f9f0512b5d228001cd08665c6 (patch) | |
tree | 566bc2257e31f39cdb7338497623b0266717b238 /crypto | |
parent | a7f031ba55ac4a69263000357eb7f6d7fb88101a (diff) | |
download | portable-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.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
152 | libcrypto_la_SOURCES += asn1/a_strex.c | 152 | libcrypto_la_SOURCES += asn1/a_strex.c |
153 | libcrypto_la_SOURCES += asn1/a_strnid.c | 153 | libcrypto_la_SOURCES += asn1/a_strnid.c |
154 | libcrypto_la_SOURCES += asn1/a_time.c | 154 | libcrypto_la_SOURCES += asn1/a_time.c |
155 | libcrypto_la_SOURCES += asn1/a_time_tm.c | ||
155 | libcrypto_la_SOURCES += asn1/a_type.c | 156 | libcrypto_la_SOURCES += asn1/a_type.c |
156 | libcrypto_la_SOURCES += asn1/a_utctm.c | 157 | libcrypto_la_SOURCES += asn1/a_utctm.c |
157 | libcrypto_la_SOURCES += asn1/a_utf8.c | 158 | libcrypto_la_SOURCES += asn1/a_utf8.c |