From b330cdf504fc4fb16afa5436f695c2c925606628 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 22 Dec 2020 02:20:44 +0000 Subject: Revert call to pthread_mutex_destroy until installers have a stub. noted by deraadt@ --- src/lib/libtls/tls_config.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/libtls/tls_config.c b/src/lib/libtls/tls_config.c index c46ebd02a9..7d50eb4ba2 100644 --- a/src/lib/libtls/tls_config.c +++ b/src/lib/libtls/tls_config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_config.c,v 1.59 2020/12/21 14:45:17 bcook Exp $ */ +/* $OpenBSD: tls_config.c,v 1.60 2020/12/22 02:20:44 bcook Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -179,8 +179,6 @@ tls_config_free(struct tls_config *config) free((char *)config->crl_mem); free(config->ecdhecurves); - pthread_mutex_destroy(&config->mutex); - free(config); } -- cgit v1.2.3-55-g6feb