From 08007ba8b24a358556376f4720a481deae2dee22 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 15 Sep 2020 09:41:24 +0000 Subject: Mop up the get_ssl_method function pointer. Now that get_ssl_method is no longer used, we can garbage collect the function pointer and some associated machinery. ok beck@ --- src/lib/libssl/ssl_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 540afee004..4ac6b76cd3 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.291 2020/09/13 16:49:05 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.292 2020/09/15 09:41:24 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -383,8 +383,6 @@ typedef struct ssl_method_internal_st { int peek); int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len); - const struct ssl_method_st *(*get_ssl_method)(int version); - struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ } SSL_METHOD_INTERNAL; -- cgit v1.2.3-55-g6feb