diff options
| author | jsing <> | 2021-04-25 13:15:23 +0000 |
|---|---|---|
| committer | jsing <> | 2021-04-25 13:15:23 +0000 |
| commit | 8b55d917f6299f185307b9010616350e6d6a3d93 (patch) | |
| tree | 0d77df32f82a4eb3addc8531055c43c868f52f5e /src/lib/libssl/Makefile | |
| parent | d60aa154d161a3c7b893fdc97ab31d9b375a42aa (diff) | |
| download | openbsd-8b55d917f6299f185307b9010616350e6d6a3d93.tar.gz openbsd-8b55d917f6299f185307b9010616350e6d6a3d93.tar.bz2 openbsd-8b55d917f6299f185307b9010616350e6d6a3d93.zip | |
Clean up derivation of finished/peer finished.
Make this process more readable by having specific client/server functions,
calling the correct one based on s->server. This allows to remove various
SSL_ST_ACCEPT/SSL_ST_CONNECT checks, along with duplicate code.
ok inoguchi@ tb@
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index e4ad5f36f7..d6730a5e04 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.68 2020/10/03 18:01:55 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.69 2021/04/25 13:15:22 jsing Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -67,6 +67,7 @@ SRCS= \ | |||
| 67 | ssl_versions.c \ | 67 | ssl_versions.c \ |
| 68 | t1_enc.c \ | 68 | t1_enc.c \ |
| 69 | t1_lib.c \ | 69 | t1_lib.c \ |
| 70 | tls12_lib.c \ | ||
| 70 | tls12_record_layer.c \ | 71 | tls12_record_layer.c \ |
| 71 | tls13_buffer.c \ | 72 | tls13_buffer.c \ |
| 72 | tls13_client.c \ | 73 | tls13_client.c \ |
