diff options
Diffstat (limited to 'src')
-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 d8c0472857..a60769fc2a 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.77 2025/06/02 12:18:21 jsg Exp $ */ | 1 | /* $OpenBSD: err.c,v 1.78 2025/06/10 08:53:37 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 | * |
@@ -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 | ||