From d3fd96f3fbff7bd85db9b591fd51b5a19fda0113 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 26 Jan 2017 00:29:04 +0000 Subject: Remove a sess_cert reference from a comment in the public header. Noted by zhuk@ --- src/lib/libssl/ssl.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 8824d2e0f6..05669aea8e 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.123 2017/01/25 03:20:27 jsing Exp $ */ +/* $OpenBSD: ssl.h,v 1.124 2017/01/26 00:29:04 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -449,10 +449,7 @@ struct ssl_session_st { unsigned int sid_ctx_length; unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; - /* This is the cert for the other end. - * On clients, it will be the same as sess_cert->peer_key->x509 - * (the latter is not enough as sess_cert is not retained - * in the external representation of sessions, see ssl_asn1.c). */ + /* This is the cert for the other end. */ X509 *peer; /* when app_verify_callback accepts a session where the peer's certificate -- cgit v1.2.3-55-g6feb