Change second argument of x25519_ge_scalarmult_base() from
authortb <tb@openbsd.org>
Tue, 8 Feb 2022 16:44:23 +0000 (16:44 +0000)
committertb <tb@openbsd.org>
Tue, 8 Feb 2022 16:44:23 +0000 (16:44 +0000)
commitc82531211f007111cbce920e554ed1362e5f0476
tree1ff964c8232356ff5858507aaf8ffacd4c28e4ef
parentd7e950379a1d298a1b2cdf4380d11818570523cd
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
lib/libcrypto/curve25519/curve25519.c