Skip to content

Commit 4bb1a9c

Browse files
committed
Drop erroneous 'const'
1 parent 056d76e commit 4bb1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/FCryptoEC_Prime.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ static final function PointMul(
604604
// TODO: benchmark the actual difference when this has a return value struct.
605605
static final function IdToCurve(
606606
EFCEllipticCurve Curve,
607-
const out CurveParams out_CurveParams
607+
out CurveParams out_CurveParams
608608
)
609609
{
610610
out_CurveParams = default._PP[Curve - FCEC_Secp256r1];

0 commit comments

Comments
 (0)