From f06dead3f809a0ce64ffcb747a5c257c1f5b3af5 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Fri, 4 Nov 2016 18:30:21 +0000 Subject: The *_method_data structures can be static ok jsing@ --- src/lib/libssl/d1_clnt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/d1_clnt.c') diff --git a/src/lib/libssl/d1_clnt.c b/src/lib/libssl/d1_clnt.c index e018874f0d..d1372326b4 100644 --- a/src/lib/libssl/d1_clnt.c +++ b/src/lib/libssl/d1_clnt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_clnt.c,v 1.56 2016/03/11 07:08:45 mmcc Exp $ */ +/* $OpenBSD: d1_clnt.c,v 1.57 2016/11/04 18:30:21 guenther Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -130,7 +130,7 @@ static const SSL_METHOD *dtls1_get_client_method(int ver); static int dtls1_get_hello_verify(SSL *s); -const SSL_METHOD DTLSv1_client_method_data = { +static const SSL_METHOD DTLSv1_client_method_data = { .version = DTLS1_VERSION, .ssl_new = dtls1_new, .ssl_clear = dtls1_clear, -- cgit v1.2.3-55-g6feb