CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/08 09:44:23
Modified files:
lib/libcrypto/curve25519: curve25519.c
Log message:
Change second argument of x25519_ge_scalarmult_base() from
a 'const uint8_t *a' to a 'const uint8_t a[32]' to match
the prototype in curve25519_internal.h and the other variant
inside OPENSSL_SMALL.
ok millert
