Skip to content

Commit fad8add

Browse files
committed
Make CCOPY public
1 parent c34d24a commit fad8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/FCryptoBigInt.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ static final function MemCpy(
398398
* Conditional copy: src[] is copied into dst[] if and only if ctl is 1.
399399
* dst[] and src[] may overlap completely (but not partially).
400400
*/
401-
private static final function CCOPY(
401+
static final function CCOPY(
402402
int Ctl,
403403
out array<int> Dst,
404404
const out array<int> Src,

0 commit comments

Comments
 (0)