From: tb Date: Sat, 20 May 2023 16:00:22 +0000 (+0000) Subject: ecdhtest: Fix indent X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2369b3d44d11786e4ee49d4214ee504d85614091;p=openbsd ecdhtest: Fix indent --- diff --git a/regress/lib/libcrypto/ecdh/ecdhtest.c b/regress/lib/libcrypto/ecdh/ecdhtest.c index 415414bdc0c..8770e4a8f07 100644 --- a/regress/lib/libcrypto/ecdh/ecdhtest.c +++ b/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);