diff options
| author | tb <> | 2025-06-10 08:53:37 +0000 |
|---|---|---|
| committer | tb <> | 2025-06-10 08:53:37 +0000 |
| commit | 97521d8f43810962355d415721c07478c746d454 (patch) | |
| tree | a87c766e65aec9e5be35391c1ebc4465905de685 /src | |
| parent | 061a09c5c3afd9507a7d621d9a0af40c2a63fe4a (diff) | |
| download | openbsd-97521d8f43810962355d415721c07478c746d454.tar.gz openbsd-97521d8f43810962355d415721c07478c746d454.tar.bz2 openbsd-97521d8f43810962355d415721c07478c746d454.zip | |
err.c: fix previous: 8 spaces -> tab
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 | ||
