summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r--src/lib/libcrypto/err/err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c
index 349140543b..403fcd4607 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.49 2022/08/29 06:49:24 jsing Exp $ */ 1/* $OpenBSD: err.c,v 1.50 2022/12/26 07:18:52 jmc 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 *
@@ -1075,7 +1075,7 @@ ERR_get_state(void)
1075 ERR_STATE_free(ret); /* could not insert it */ 1075 ERR_STATE_free(ret); /* could not insert it */
1076 return (&fallback); 1076 return (&fallback);
1077 } 1077 }
1078 /* If a race occured in this function and we came second, tmpp 1078 /* If a race occurred in this function and we came second, tmpp
1079 * is the first one that we just replaced. */ 1079 * is the first one that we just replaced. */
1080 if (tmpp) 1080 if (tmpp)
1081 ERR_STATE_free(tmpp); 1081 ERR_STATE_free(tmpp);