updates for ASN.1 time handling

This commit is contained in:
Brent Cook
2015-10-06 06:18:15 -05:00
parent a7f031ba55
commit 047926e06f
4 changed files with 12 additions and 0 deletions

View File

@@ -227,6 +227,11 @@ add_executable(rc4test rc4test.c)
target_link_libraries(rc4test ${OPENSSL_LIBS})
add_test(rc4test rc4test)
# rfc5280time
add_executable(rfc5280time rfc5280time.c)
target_link_libraries(rfc5280time ${OPENSSL_LIBS})
add_test(rfc5280time rfc5280time)
# rmdtest
add_executable(rmdtest rmdtest.c)
target_link_libraries(rmdtest ${OPENSSL_LIBS})