File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/regress/lib/libtls/signer Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- # $OpenBSD: Makefile,v 1.1 2022/01/30 18:38:41 jsing Exp $
1+ # $OpenBSD: Makefile,v 1.2 2022/03/24 15:58:57 tb Exp $
22
33PROG = signertest
4- LDADD = -lcrypto -lssl -ltls
4+ LDADD = -lcrypto -lssl
5+ LDADD+ = -Wl,-Bstatic -ltls -Wl,-Bdynamic
56DPADD = ${LIBCRYPTO} ${LIBSSL} ${LIBTLS}
67
78WARNINGS = Yes
89CFLAGS+ = -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
10+ CFLAGS+ = -I${.CURDIR}/../../../../lib/libtls/
911
1012REGRESS_TARGETS = \
1113 regress-signertest
Original file line number Diff line number Diff line change 1- /* $OpenBSD: signertest.c,v 1.4 2022/02/01 17:19:16 jsing Exp $ */
1+ /* $OpenBSD: signertest.c,v 1.5 2022/03/24 15:58:57 tb Exp $ */
22/*
33 * Copyright (c) 2017, 2018, 2022 Joel Sing <[email protected] > 44 *
3232
3333#include <tls.h>
3434
35+ #include "tls_internal.h"
36+
3537const char * cert_path ;
3638int sign_cb_count ;
3739
You can’t perform that action at this time.
0 commit comments