START lib/libssl/handshake 2025-03-13T01:13:22Z ==== run-regress-handshake_table ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Wundef -Werror -I/usr/src/regress/lib/libssl/handshake/../../../../lib/libssl -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libssl/handshake/handshake_table.c cc -o handshake_table handshake_table.o -Wl,-Bstatic -lssl -Wl,-Bdynamic -lcrypto ./handshake_table ==== run-regress-valid_handshakes_terminate ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Wundef -Werror -I/usr/src/regress/lib/libssl/handshake/../../../../lib/libssl -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c In file included from /usr/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c:21: /usr/src/regress/lib/libssl/handshake/../../../../lib/libssl/tls13_handshake.c:553:3: error: use of undeclared identifier 'OPENSSL_FILE'; did you mean 'OPENSSL_init'? tls13_set_errorx(ctx, TLS13_ERR_TRAILING_DATA, 0, ^ /usr/src/regress/lib/libssl/handshake/../../../../lib/libssl/tls13_internal.h:431:53: note: expanded from macro 'tls13_set_errorx' tls13_error_setx(&(ctx)->error, (code), (subcode), OPENSSL_FILE, OPENSSL_LINE, \ ^ /usr/include/openssl/crypto.h:379:6: note: 'OPENSSL_init' declared here void OPENSSL_init(void); ^ In file included from /usr/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c:21: /usr/src/regress/lib/libssl/handshake/../../../../lib/libssl/tls13_handshake.c:553:3: error: use of undeclared identifier 'OPENSSL_LINE'; did you mean 'OPENSSL_init'? tls13_set_errorx(ctx, TLS13_ERR_TRAILING_DATA, 0, ^ /usr/src/regress/lib/libssl/handshake/../../../../lib/libssl/tls13_internal.h:431:67: note: expanded from macro 'tls13_set_errorx' tls13_error_setx(&(ctx)->error, (code), (subcode), OPENSSL_FILE, OPENSSL_LINE, \ ^ /usr/include/openssl/crypto.h:379:6: note: 'OPENSSL_init' declared here void OPENSSL_init(void); ^ 2 errors generated. *** Error 1 in . (:87 'valid_handshakes_terminate.o') FAILED FAIL lib/libssl/handshake *** Error 1 in . (:87 'valid_handshakes_terminate.o')