fix for unused variables

pull/1387/head
Jacob Barthelmeh 2018-02-21 11:19:49 -07:00
parent 7a2aa6bc13
commit fd7ffc992f
1 changed files with 4 additions and 0 deletions

View File

@ -2800,6 +2800,10 @@ static void test_wolfSSL_PKCS12(void)
sk_X509_free(ca);
#endif /* HAVE_ECC */
(void)x509;
(void)subject;
(void)order;
printf(resultFmt, passed);
#endif /* OPENSSL_EXTRA */
}