From f140e769b15967e30a2460f95e42b2cffc92590c Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 17 Apr 2024 21:55:43 +0000 Subject: [PATCH] bn_convert: zap extra blank line --- lib/libcrypto/bn/bn_convert.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/bn/bn_convert.c b/lib/libcrypto/bn/bn_convert.c index 7c5ba853052..d509a86c081 100644 --- a/lib/libcrypto/bn/bn_convert.c +++ b/lib/libcrypto/bn/bn_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_convert.c,v 1.20 2024/04/17 14:47:17 jsing Exp $ */ +/* $OpenBSD: bn_convert.c,v 1.21 2024/04/17 21:55:43 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -736,7 +736,6 @@ BN_mpi2bn(const unsigned char *d, int n, BIGNUM *bn_in) if (!CBS_get_u32(&cbs, &mpi_len)) { BNerror(BN_R_INVALID_LENGTH); return NULL; - } if (CBS_len(&cbs) != mpi_len) { BNerror(BN_R_ENCODING_ERROR); -- 2.20.1