From c85d7e98a77173fe38f0421c7cf06dc09bc9a746 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 19 Nov 2022 06:33:00 +0000 Subject: Fix whitespace --- src/lib/libcrypto/dsa/dsa_lib.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libcrypto/dsa/dsa_lib.c') diff --git a/src/lib/libcrypto/dsa/dsa_lib.c b/src/lib/libcrypto/dsa/dsa_lib.c index 87994fe62b..ce67bddb8d 100644 --- a/src/lib/libcrypto/dsa/dsa_lib.c +++ b/src/lib/libcrypto/dsa/dsa_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_lib.c,v 1.37 2022/08/31 13:28:39 tb Exp $ */ +/* $OpenBSD: dsa_lib.c,v 1.38 2022/11/19 06:33:00 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -106,18 +106,18 @@ DSA_set_method(DSA *dsa, const DSA_METHOD *meth) * NB: The caller is specifically setting a method, so it's not up to us * to deal with which ENGINE it comes from. */ - const DSA_METHOD *mtmp; - mtmp = dsa->meth; - if (mtmp->finish) + const DSA_METHOD *mtmp; + mtmp = dsa->meth; + if (mtmp->finish) mtmp->finish(dsa); #ifndef OPENSSL_NO_ENGINE ENGINE_finish(dsa->engine); dsa->engine = NULL; #endif - dsa->meth = meth; - if (meth->init) + dsa->meth = meth; + if (meth->init) meth->init(dsa); - return 1; + return 1; } DSA * -- cgit v1.2.3-55-g6feb