From fb1a8499f5efda58a4a49fccfe94fed7fde87d5d Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 17 Apr 2024 21:55:43 +0000 Subject: bn_convert: zap extra blank line --- src/lib/libcrypto/bn/bn_convert.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/bn/bn_convert.c b/src/lib/libcrypto/bn/bn_convert.c index 7c5ba85305..d509a86c08 100644 --- a/src/lib/libcrypto/bn/bn_convert.c +++ b/src/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); -- cgit v1.2.3-55-g6feb