File tree 2 files changed +7
-3
lines changed
src/regress/lib/libtls/signer
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 $
2
2
3
3
PROG = signertest
4
- LDADD = -lcrypto -lssl -ltls
4
+ LDADD = -lcrypto -lssl
5
+ LDADD+ = -Wl,-Bstatic -ltls -Wl,-Bdynamic
5
6
DPADD = ${LIBCRYPTO} ${LIBSSL} ${LIBTLS}
6
7
7
8
WARNINGS = Yes
8
9
CFLAGS+ = -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
10
+ CFLAGS+ = -I${.CURDIR}/../../../../lib/libtls/
9
11
10
12
REGRESS_TARGETS = \
11
13
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 $ */
2
2
/*
3
3
* Copyright (c) 2017, 2018, 2022 Joel Sing <jsing@openbsd.org>
4
4
*
32
32
33
33
#include <tls.h>
34
34
35
+ #include "tls_internal.h"
36
+
35
37
const char * cert_path ;
36
38
int sign_cb_count ;
37
39
You can’t perform that action at this time.
0 commit comments