START	lib/libcrypto/curve25519	2024-10-15T17:57:35Z

==== run-ed25519test ====
cc -O2 -pipe  -DLIBRESSL_INTERNAL -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/lib/libcrypto/curve25519/ed25519test.c
cc   -o ed25519test ed25519test.o -Wl,-Bstatic -lcrypto -Wl,-Bdynamic

======== run-ed25519test ========
./ed25519test

==== run-x25519test ====
cc -O2 -pipe  -DLIBRESSL_INTERNAL -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/lib/libcrypto/curve25519/x25519test.c
cc   -o x25519test x25519test.o -Wl,-Bstatic -lcrypto -Wl,-Bdynamic

======== run-x25519test ========
./x25519test

PASS	lib/libcrypto/curve25519	Duration 0m03.38s