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 /tests/Makefile.am | |
parent | a7f031ba55ac4a69263000357eb7f6d7fb88101a (diff) | |
download | portable-047926e06f06900f9f0512b5d228001cd08665c6.tar.gz portable-047926e06f06900f9f0512b5d228001cd08665c6.tar.bz2 portable-047926e06f06900f9f0512b5d228001cd08665c6.zip |
updates for ASN.1 time handling
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 63f9341..c56b1ea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -258,6 +258,11 @@ TESTS += rc4test | |||
258 | check_PROGRAMS += rc4test | 258 | check_PROGRAMS += rc4test |
259 | rc4test_SOURCES = rc4test.c | 259 | rc4test_SOURCES = rc4test.c |
260 | 260 | ||
261 | # rfc5280time | ||
262 | TESTS += rfc5280time | ||
263 | check_PROGRAMS += rfc5280time | ||
264 | rfc5280time_SOURCES = rfc5280time.c | ||
265 | |||
261 | # rmdtest | 266 | # rmdtest |
262 | TESTS += rmdtest | 267 | TESTS += rmdtest |
263 | check_PROGRAMS += rmdtest | 268 | check_PROGRAMS += rmdtest |