Skip to content

Commit

Permalink
fix silly thing breaking test.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Nov 20, 2024
1 parent 05031aa commit d3b28ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -27562,8 +27562,8 @@ static int ParseCipherList(Suites* suites,
#else
0,
#endif
haveRSA, 1, 1, !haveRSA, 1, haveRSA, !haveRSA, 1, 1, 0, 0, 0,
0, side
haveRSA, 1, 1, !haveRSA, 1, haveRSA, !haveRSA, 1, 1, 0, 0, 1,
1, side
);
return 1; /* wolfSSL default */
}
Expand Down
1 change: 0 additions & 1 deletion src/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,6 @@ WOLFSSL_CTX* wolfSSL_CTX_new_ex(WOLFSSL_METHOD* method, void* heap)
}
}
}

#endif /* WOLFSSL_SYS_CRYPTO_POLICY */

WOLFSSL_LEAVE("wolfSSL_CTX_new_ex", 0);
Expand Down

0 comments on commit d3b28ff

Please sign in to comment.