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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
1 files changed, 1 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 |