Skip to content

Commit 6d84f15

Browse files
minadsjaeckel
authored andcommitted
remove comment in bn_deprecated
1 parent dac8275 commit 6d84f15

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bn_deprecated.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22
#ifdef BN_DEPRECATED_C
33
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
44
/* SPDX-License-Identifier: Unlicense */
5-
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
65

7-
/* SPDX-License-Identifier: Unlicense */
8-
#include <tommath_private.h>
96
#ifdef BN_MP_GET_BIT_C
10-
/* Checks the bit at position b and returns MP_YES
11-
if the bit is 1, MP_NO if it is 0 and MP_VAL
12-
in case of error */
137
int mp_get_bit(const mp_int *a, int b)
148
{
159
if (b < 0) {

0 commit comments

Comments
 (0)