From e14213add8c5008a3c7dcec1a38b2617d0a6044d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 2 Nov 2016 10:59:25 +0000 Subject: Expand another LHASH_OF macro. --- src/lib/libssl/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index f2aed06023..1b12d99063 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.98 2016/11/02 10:55:48 jsing Exp $ */ +/* $OpenBSD: ssl.h,v 1.99 2016/11/02 10:59:25 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -895,7 +895,7 @@ struct ssl_ctx_st { #define SSL_SESS_CACHE_NO_INTERNAL \ (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) -LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); +struct lhash_st_SSL_SESSION *SSL_CTX_sessions(SSL_CTX *ctx); #define SSL_CTX_sess_number(ctx) \ SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) #define SSL_CTX_sess_connect(ctx) \ -- cgit v1.2.3-55-g6feb