Merge pull request #3475 from ejohnstown/nsup

Hush Unused Param Warning
This commit is contained in:
David Garske 2020-11-09 11:04:05 -08:00 committed by GitHub
commit f02c3aab2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21006,11 +21006,9 @@ int wolfSSL_X509_cmp(const WOLFSSL_X509 *a, const WOLFSSL_X509 *b)
{
WOLFSSL_ENTER("wolfSSL_X509_print_ex");
#ifndef NO_WOLFSSL_STUB
/* flags currently not supported */
(void)nmflags;
(void)cflag;
#endif
if (bio == NULL || x509 == NULL) {
return WOLFSSL_FAILURE;