diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-02-09 15:30:53 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-02-09 15:30:53 +0000 |
commit | 53e272fa453a8f875d84b015eb3c8561a3a4b9cb (patch) | |
tree | 741cd06821ea48dfb0692a24a6905679d6098290 /lib | |
parent | a5d39962238a0507ff44de648cb1ffbf95e5e1ca (diff) |
Rename the file that contains the transcript handling code.
ok inoguchi@ tb@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile | 4 | ||||
-rw-r--r-- | lib/libssl/ssl_transcript.c (renamed from lib/libssl/t1_hash.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index cd37f3ce86e..2ede8a77b07 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2019/02/04 15:55:16 jsing Exp $ +# $OpenBSD: Makefile,v 1.56 2019/02/09 15:30:52 jsing Exp $ .include <bsd.own.mk> .ifndef NOMAN @@ -60,10 +60,10 @@ SRCS= \ ssl_srvr.c \ ssl_stat.c \ ssl_tlsext.c \ + ssl_transcript.c \ ssl_txt.c \ ssl_versions.c \ t1_enc.c \ - t1_hash.c \ t1_lib.c \ tls13_buffer.c \ tls13_client.c \ diff --git a/lib/libssl/t1_hash.c b/lib/libssl/ssl_transcript.c index 12d66d4def9..e94eb8de80a 100644 --- a/lib/libssl/t1_hash.c +++ b/lib/libssl/ssl_transcript.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_hash.c,v 1.6 2019/02/09 15:26:15 jsing Exp $ */ +/* $OpenBSD: ssl_transcript.c,v 1.1 2019/02/09 15:30:52 jsing Exp $ */ /* * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> * |