==== regress-aeadtest ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libcrypto/aead/aeadtest.c cc -o aeadtest aeadtest.o -Wl,-Bstatic -lcrypto -Wl,-Bdynamic ./aeadtest aead /home/src/regress/lib/libcrypto/aead/aeadtests.txt Completed 9 test cases PASS ./aeadtest aes-128-gcm /home/src/regress/lib/libcrypto/aead/aes_128_gcm_tests.txt Completed 74 test cases PASS ./aeadtest aes-192-gcm /home/src/regress/lib/libcrypto/aead/aes_192_gcm_tests.txt Completed 6 test cases PASS ./aeadtest aes-256-gcm /home/src/regress/lib/libcrypto/aead/aes_256_gcm_tests.txt Completed 66 test cases PASS ./aeadtest chacha20-poly1305 /home/src/regress/lib/libcrypto/aead/chacha20_poly1305_tests.txt Completed 81 test cases PASS ./aeadtest xchacha20-poly1305 /home/src/regress/lib/libcrypto/aead/xchacha20_poly1305_tests.txt Completed 52 test cases PASS