CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/08/12 04:00:40

Modified files:
        lib/libcrypto/bn/arch/amd64: bn_arch.c 

Log message:
Add const to bignum_*() function calls.

Now that s2n-bignum has marked various inputs as const, we can do the same.
In most cases we were casting away const, which we no longer need to do.

Reply via email to