summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libssl/Makefile4
-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>
*