summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_srvr.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2017-01-26 05:51:54 +0000
committerjsing <jsing@openbsd.org>2017-01-26 05:51:54 +0000
commit3395f70ef94b6565654e22b0ca5aea7672c27162 (patch)
tree842d70424510898b077ab2fa5dd925fd58a98e52 /lib/libssl/ssl_srvr.c
parentMerge the client/server version negotiation into the existing (currently (diff)
downloadwireguard-openbsd-3395f70ef94b6565654e22b0ca5aea7672c27162.tar.xz
wireguard-openbsd-3395f70ef94b6565654e22b0ca5aea7672c27162.zip
Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no
longer SSLv3 code. ok beck@
Diffstat (limited to '')
-rw-r--r--lib/libssl/ssl_srvr.c (renamed from lib/libssl/s3_srvr.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/s3_srvr.c b/lib/libssl/ssl_srvr.c
index 28f0fc486a0..dfc6ee67b6c 100644
--- a/lib/libssl/s3_srvr.c
+++ b/lib/libssl/ssl_srvr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s3_srvr.c,v 1.154 2017/01/26 05:31:25 jsing Exp $ */
+/* $OpenBSD: ssl_srvr.c,v 1.1 2017/01/26 05:51:54 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*