From: tb Date: Sat, 20 Aug 2022 21:48:25 +0000 (+0000) Subject: zap a tab X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=99bc2f55815c91a08f7d7c160912f1a62ad326d6;p=openbsd zap a tab --- diff --git a/lib/libssl/tls_lib.c b/lib/libssl/tls_lib.c index 48db071803c..eb5ed380e04 100644 --- a/lib/libssl/tls_lib.c +++ b/lib/libssl/tls_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_lib.c,v 1.1 2022/08/17 07:39:19 jsing Exp $ */ +/* $OpenBSD: tls_lib.c,v 1.2 2022/08/20 21:48:25 tb Exp $ */ /* * Copyright (c) 2019, 2021 Joel Sing * @@ -49,7 +49,7 @@ tls_process_peer_certs(SSL *s, STACK_OF(X509) *peer_certs) X509_free(s->session->peer_cert); s->session->peer_cert = peer_cert; peer_cert = NULL; - + sk_X509_pop_free(s->s3->hs.peer_certs, X509_free); if ((s->s3->hs.peer_certs = X509_chain_up_ref(peer_certs)) == NULL) goto err;