START	lib/libcrypto/idea	2024-07-05T02:09:13Z

==== run-regress-ideatest ====
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/idea/ideatest.c
cc   -o ideatest ideatest.o -lcrypto
./ideatest
ecb idea ok
cbc idea ok
cfb64 idea ok

PASS	lib/libcrypto/idea	Duration 0m00.28s