replaced snprintf with BIO version (for windows builds)
[oweals/openssl.git] / test / asynciotest.c
index 1085b4af228452afe0bbe75de4213311d859b259..3bba098ad7a7f8975fbbd2e1537b5daf5e2b755d 100644 (file)
@@ -393,6 +393,8 @@ static int test_asyncio(int test)
     return testresult;
 }
 
+OPT_TEST_DECLARE_USAGE("certname privkey\n")
+
 int setup_tests(void)
 {
     if (!TEST_ptr(cert = test_get_argument(0))