summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/err/err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 8909c221e5..25fbb03875 100644
--- a/src/lib/libcrypto/err/err.c
+++ b/src/lib/libcrypto/err/err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: err.c,v 1.74 2024/11/02 08:54:40 tb Exp $ */ 1/* $OpenBSD: err.c,v 1.75 2024/11/02 12:46:36 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -753,6 +753,7 @@ ERR_remove_thread_state(const CRYPTO_THREADID *id)
753{ 753{
754 ERR_STATE tmp; 754 ERR_STATE tmp;
755 755
756 OPENSSL_assert(id == NULL);
756 tmp.tid = pthread_self(); 757 tmp.tid = pthread_self();
757 758
758 /* 759 /*