Skip to content

Commit fc926f4

Browse files
committed
added ifdef-guards
1 parent d3e21ff commit fc926f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/third_party/secp256k1_dettman_64.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
/* */
1212
/* */
1313

14+
#ifndef SECP256K1_DETTMAN_64_H
15+
#define SECP256K1_DETTMAN_64_H
16+
1417
#include <stdint.h>
1518
#if defined(__GNUC__) || defined(__clang__)
1619
# define FIAT_SECP256K1_DETTMAN_FIAT_EXTENSION __extension__
@@ -199,3 +202,5 @@ static FIAT_SECP256K1_DETTMAN_FIAT_INLINE void fiat_secp256k1_dettman_square(uin
199202
out1[3] = x34;
200203
out1[4] = x35;
201204
}
205+
206+
#endif

0 commit comments

Comments
 (0)