diff options
| author | jsing <> | 2020-03-13 16:40:42 +0000 |
|---|---|---|
| committer | jsing <> | 2020-03-13 16:40:42 +0000 |
| commit | 591b982ee293938f0df951b42722d3714201a5b8 (patch) | |
| tree | 58f87656681e6786b7b16935eb8b009442a64c49 /src/lib/libssl/Makefile | |
| parent | ef441d96ee48c8a1b34e562f076c2b5da071c375 (diff) | |
| download | openbsd-591b982ee293938f0df951b42722d3714201a5b8.tar.gz openbsd-591b982ee293938f0df951b42722d3714201a5b8.tar.bz2 openbsd-591b982ee293938f0df951b42722d3714201a5b8.zip | |
Remove dtls1_enc().
Like much of the original DTLS code, dtls1_enc() is effectively a renamed
copy of tls1_enc(). Since then tls1_enc() has been modified, however the
non-AEAD code remains largely the same. As such, remove dtls1_enc() and
instead call tls1_enc() from the DTLS code.
The tls1_enc() AEAD code does not currently work correctly with DTLS,
however this is a non-issue since we do not support AEAD cipher suites with
DTLS currently.
ok tb@
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 22209d574b..7631dd4cd4 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.63 2020/02/15 14:40:38 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.64 2020/03/13 16:40:42 jsing Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -34,7 +34,6 @@ SRCS= \ | |||
| 34 | bs_cbs.c \ | 34 | bs_cbs.c \ |
| 35 | d1_both.c \ | 35 | d1_both.c \ |
| 36 | d1_clnt.c \ | 36 | d1_clnt.c \ |
| 37 | d1_enc.c \ | ||
| 38 | d1_lib.c \ | 37 | d1_lib.c \ |
| 39 | d1_pkt.c \ | 38 | d1_pkt.c \ |
| 40 | d1_srtp.c \ | 39 | d1_srtp.c \ |
