summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err.c')
-rw-r--r--src/lib/libcrypto/err/err.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 2eca16d77c..365eae0e90 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.51 2023/03/27 09:15:45 jan Exp $ */ 1/* $OpenBSD: err.c,v 1.52 2023/04/09 19:10:23 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 *
@@ -1040,13 +1040,11 @@ ERR_remove_thread_state(const CRYPTO_THREADID *id)
1040 ERRFN(thread_del_item)(&tmp); 1040 ERRFN(thread_del_item)(&tmp);
1041} 1041}
1042 1042
1043#ifndef OPENSSL_NO_DEPRECATED
1044void 1043void
1045ERR_remove_state(unsigned long pid) 1044ERR_remove_state(unsigned long pid)
1046{ 1045{
1047 ERR_remove_thread_state(NULL); 1046 ERR_remove_thread_state(NULL);
1048} 1047}
1049#endif
1050 1048
1051ERR_STATE * 1049ERR_STATE *
1052ERR_get_state(void) 1050ERR_get_state(void)