CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/02 09:36:53
Modified files:
lib/libcrypto/curve25519: curve25519.c
Log message:
Revert r1.9 and reinstate r1.6
The argument change to x5519_ge_scalarmult_base() was made to match the
prototype in the header. More recent compilers warn about such ptr vs
array mismatches.
