summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-11-02 11:21:05 +0000
committerjsing <jsing@openbsd.org>2016-11-02 11:21:05 +0000
commit1bbccf41efe1054851fe0d9aa91d375cbbe8bbc6 (patch)
treea301bbd5627707067ea71b2633101def3d497a5e /lib/libssl/ssl_lib.c
parentExpand another LHASH_OF macro. (diff)
downloadwireguard-openbsd-1bbccf41efe1054851fe0d9aa91d375cbbe8bbc6.tar.xz
wireguard-openbsd-1bbccf41efe1054851fe0d9aa91d375cbbe8bbc6.zip
Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN
macros. Only change in generated assembly is due to line numbering.
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r--lib/libssl/ssl_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c
index 86cac6eace8..ebe78808c57 100644
--- a/lib/libssl/ssl_lib.c
+++ b/lib/libssl/ssl_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_lib.c,v 1.120 2016/11/02 10:45:02 jsing Exp $ */
+/* $OpenBSD: ssl_lib.c,v 1.121 2016/11/02 11:21:05 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1106,7 +1106,7 @@ SSL_callback_ctrl(SSL *s, int cmd, void (*fp)(void))
}
}
-LHASH_OF(SSL_SESSION) *
+struct lhash_st_SSL_SESSION *
SSL_CTX_sessions(SSL_CTX *ctx)
{
return (ctx->sessions);