From 0a9ae15841c7f994ec48b5317b89dbfe586ddcc7 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 2 Jun 2025 12:18:22 +0000 Subject: correct indentation, no functional change found with smatch, ok tb@ --- src/lib/libcrypto/err/err.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/err') 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 @@ -/* $OpenBSD: err.c,v 1.76 2025/05/20 09:25:40 tb Exp $ */ +/* $OpenBSD: err.c,v 1.77 2025/06/02 12:18:21 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -824,7 +824,7 @@ err_clear_last_constant_time(int clear) es = ERR_get_state(); if (es == NULL) - return; + return; top = es->top; -- cgit v1.2.3-55-g6feb