bn_convert: zap extra blank line
authortb <tb@openbsd.org>
Wed, 17 Apr 2024 21:55:43 +0000 (21:55 +0000)
committertb <tb@openbsd.org>
Wed, 17 Apr 2024 21:55:43 +0000 (21:55 +0000)
lib/libcrypto/bn/bn_convert.c

index 7c5ba85..d509a86 100644 (file)
@@ -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);