From 54461b890ce37dc04c0c9876ba37a7ead42bcc95 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 20 May 2023 16:00:22 +0000 Subject: ecdhtest: Fix indent --- src/regress/lib/libcrypto/ecdh/ecdhtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/ecdh/ecdhtest.c b/src/regress/lib/libcrypto/ecdh/ecdhtest.c index 415414bdc0..8770e4a8f0 100644 --- a/src/regress/lib/libcrypto/ecdh/ecdhtest.c +++ b/src/regress/lib/libcrypto/ecdh/ecdhtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdhtest.c,v 1.15 2023/05/16 18:41:18 tb Exp $ */ +/* $OpenBSD: ecdhtest.c,v 1.16 2023/05/20 16:00:22 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -156,7 +156,7 @@ test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) blen = KDF1_SHA1_len; if ((bbuf = malloc(blen)) == NULL) - goto err; + goto err; bout = ECDH_compute_key(bbuf, blen, EC_KEY_get0_public_key(a), b, KDF1_SHA1); -- cgit v1.2.3-55-g6feb