diff options
| author | jsing <> | 2020-03-13 16:04:31 +0000 |
|---|---|---|
| committer | jsing <> | 2020-03-13 16:04:31 +0000 |
| commit | ef441d96ee48c8a1b34e562f076c2b5da071c375 (patch) | |
| tree | 034ea0d7da6e8552b90a2128c8036e868a075179 /src/regress/lib/libssl/record_layer/Makefile | |
| parent | c81750c657e3e02baac9d726269c5fe6dab2d073 (diff) | |
| download | openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.tar.gz openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.tar.bz2 openbsd-ef441d96ee48c8a1b34e562f076c2b5da071c375.zip | |
Add regress for TLSv1.3 sequence number handling.
Diffstat (limited to 'src/regress/lib/libssl/record_layer/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/record_layer/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/record_layer/Makefile b/src/regress/lib/libssl/record_layer/Makefile new file mode 100644 index 0000000000..66c48dd769 --- /dev/null +++ b/src/regress/lib/libssl/record_layer/Makefile | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2020/03/13 16:04:31 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= record_layer_test | ||
| 4 | LDADD= ${SSL_INT} -lcrypto | ||
| 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | ||
| 8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
| 9 | |||
| 10 | .include <bsd.regress.mk> | ||
