Skip to content

Commit 6583a74

Browse files
Patch simplicity/secp256k1
This can be eliminated when upstream Simplicity updates its secp256k1 library and incorporates <bitcoin-core/secp256k1#1178>.
1 parent 5de872c commit 6583a74

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/simplicity/secp256k1/field_5x52_impl.h

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
#ifndef SECP256K1_FIELD_REPR_IMPL_H
88
#define SECP256K1_FIELD_REPR_IMPL_H
99

10-
#if defined HAVE_CONFIG_H
11-
#include "libsecp256k1-config.h"
12-
#endif
13-
1410
#include "util.h"
1511
#include "field.h"
1612
#include "modinv64_impl.h"

src/simplicity/secp256k1/modinv32.h

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
#ifndef SECP256K1_MODINV32_H
88
#define SECP256K1_MODINV32_H
99

10-
#if defined HAVE_CONFIG_H
11-
#include "libsecp256k1-config.h"
12-
#endif
13-
1410
#include "util.h"
1511

1612
/* A signed 30-bit limb representation of integers.

src/simplicity/secp256k1/modinv64.h

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
#ifndef SECP256K1_MODINV64_H
88
#define SECP256K1_MODINV64_H
99

10-
#if defined HAVE_CONFIG_H
11-
#include "libsecp256k1-config.h"
12-
#endif
13-
1410
#include "util.h"
1511

1612
#ifndef SECP256K1_WIDEMUL_INT128

0 commit comments

Comments
 (0)