diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/err/err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index f03a4431e7..d8c0472857 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.76 2025/05/20 09:25:40 tb Exp $ */ | 1 | /* $OpenBSD: err.c,v 1.77 2025/06/02 12:18:21 jsg 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 | * |
| @@ -824,7 +824,7 @@ err_clear_last_constant_time(int clear) | |||
| 824 | 824 | ||
| 825 | es = ERR_get_state(); | 825 | es = ERR_get_state(); |
| 826 | if (es == NULL) | 826 | if (es == NULL) |
| 827 | return; | 827 | return; |
| 828 | 828 | ||
| 829 | top = es->top; | 829 | top = es->top; |
| 830 | 830 | ||
