Skip to content

Commit

Permalink
Drop erroneous 'const'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 13, 2024
1 parent 056d76e commit 4bb1a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/FCryptoEC_Prime.uc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static final function PointMul(
// TODO: benchmark the actual difference when this has a return value struct.
static final function IdToCurve(
EFCEllipticCurve Curve,
const out CurveParams out_CurveParams
out CurveParams out_CurveParams
)
{
out_CurveParams = default._PP[Curve - FCEC_Secp256r1];
Expand Down

0 comments on commit 4bb1a9c

Please sign in to comment.