Skip to content

Commit 2db998a

Browse files
committed
make _curve_names static
1 parent a807c20 commit 2db998a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pk/ecc/ecc_get_curve.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#ifdef LTC_MECC
1313

14-
const struct {
14+
static const struct {
1515
const char *OID;
1616
const char *names[6];
1717
} _curve_names[] = {

0 commit comments

Comments
 (0)