Skip to content

Commit

Permalink
Fix formatting prior to 0.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <[email protected]>
  • Loading branch information
praveksharma committed Dec 14, 2024
1 parent f7228d2 commit ea7e8a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oqsprov/oqs_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ static const OSSL_PARAM known_settable_ctx_params[] = {
#if (OPENSSL_VERSION_PREREQ(3, 2))
OSSL_PARAM_octet_string(OSSL_SIGNATURE_PARAM_CONTEXT_STRING, NULL, 0),
#endif
OSSL_PARAM_END};
OSSL_PARAM_END
};

static const OSSL_PARAM *
oqs_sig_settable_ctx_params(ossl_unused void *vpsm2ctx,
Expand Down

0 comments on commit ea7e8a1

Please sign in to comment.