START lib/libcrypto/evp 2024-07-15T07:23:37Z ==== run-regress-evp_ecx_test ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/curve25519 -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/evp -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libcrypto/evp/evp_ecx_test.c cc -o evp_ecx_test evp_ecx_test.o -lcrypto ./evp_ecx_test ==== run-regress-evp_pkey_check ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/curve25519 -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/evp -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libcrypto/evp/evp_pkey_check.c cc -o evp_pkey_check evp_pkey_check.o -lcrypto ./evp_pkey_check ==== run-regress-evp_pkey_cleanup ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/curve25519 -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/evp -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c cc -o evp_pkey_cleanup evp_pkey_cleanup.o -lcrypto ./evp_pkey_cleanup ==== run-regress-evp_test ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/curve25519 -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/evp -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libcrypto/evp/evp_test.c /usr/src/regress/lib/libcrypto/evp/evp_test.c:816:34: error: use of undeclared identifier 'EVP_PKEY_TLS1_PRF' if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) { ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:826:6: error: call to undeclared function 'EVP_PKEY_CTX_set_tls1_prf_md'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_set_tls1_prf_md(pctx, EVP_sha256()) <= 0) { ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:831:6: error: call to undeclared function 'EVP_PKEY_CTX_set1_tls1_prf_secret'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_set1_tls1_prf_secret(pctx, "secret", 6) <= 0) { ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:836:6: error: call to undeclared function 'EVP_PKEY_CTX_add1_tls1_prf_seed'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_add1_tls1_prf_seed(pctx, "seed", 4) <= 0) { ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:954:38: error: use of undeclared identifier 'EVP_PKEY_TLS1_PRF' if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:964:7: error: call to undeclared function 'EVP_PKEY_CTX_set_tls1_prf_md'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_set_tls1_prf_md(pkey_ctx, test->md()) <= 0) ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:967:7: error: call to undeclared function 'EVP_PKEY_CTX_set1_tls1_prf_secret'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_set1_tls1_prf_secret(pkey_ctx, TLS_PRF_SECRET, ^ /usr/src/regress/lib/libcrypto/evp/evp_test.c:970:7: error: call to undeclared function 'EVP_PKEY_CTX_add1_tls1_prf_seed'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (EVP_PKEY_CTX_add1_tls1_prf_seed(pkey_ctx, TLS_PRF_SEED1, ^ 8 errors generated. *** Error 1 in . (:87 'evp_test.o') FAILED ==== run-regress-evptest ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/curve25519 -I/usr/src/regress/lib/libcrypto/evp/../../../../lib/libcrypto/evp -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libcrypto/evp/evptest.c cc -o evptest evptest.o -lcrypto ./evptest /usr/src/regress/lib/libcrypto/evp/evptests.txt FAIL lib/libcrypto/evp *** Error 1 in . (:87 'evp_test.o')