File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 51
51
#ifndef SECP256K1_CONTRIB_LAX_DER_PARSING_H
52
52
#define SECP256K1_CONTRIB_LAX_DER_PARSING_H
53
53
54
+ /* #include secp256k1.h only when it hasn't been included yet.
55
+ This enables this file to be #included directly in other project
56
+ files (such as tests.c) without the need to set an explicit -I flag,
57
+ which would be necessary to locate secp256k1.h. */
54
58
#ifndef SECP256K1_H
55
59
#include <secp256k1.h>
56
60
#endif
Original file line number Diff line number Diff line change 28
28
#ifndef SECP256K1_CONTRIB_BER_PRIVATEKEY_H
29
29
#define SECP256K1_CONTRIB_BER_PRIVATEKEY_H
30
30
31
+ /* #include secp256k1.h only when it hasn't been included yet.
32
+ This enables this file to be #included directly in other project
33
+ files (such as tests.c) without the need to set an explicit -I flag,
34
+ which would be necessary to locate secp256k1.h. */
31
35
#ifndef SECP256K1_H
32
36
#include <secp256k1.h>
33
37
#endif
You can’t perform that action at this time.
0 commit comments