artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace0f18
)
bn_convert: zap extra blank line
author
tb
<tb@openbsd.org>
Wed, 17 Apr 2024 21:55:43 +0000
(21:55 +0000)
committer
tb
<tb@openbsd.org>
Wed, 17 Apr 2024 21:55:43 +0000
(21:55 +0000)
lib/libcrypto/bn/bn_convert.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/bn/bn_convert.c
b/lib/libcrypto/bn/bn_convert.c
index
7c5ba85
..
d509a86
100644
(file)
--- a/
lib/libcrypto/bn/bn_convert.c
+++ b/
lib/libcrypto/bn/bn_convert.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_convert.c,v 1.2
0 2024/04/17 14:47:17 jsing
Exp $ */
+/* $OpenBSD: bn_convert.c,v 1.2
1 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);