Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Sep 20, 2024
1 parent be5c51d commit ecb647f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Secp256k1.xs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#define SECP256K1_STATIC
#include <secp256k1.h>

#define CURVE_SIZE 32
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on 'test' => sub {
};

on 'configure' => sub {
requires 'Alien::libsecp256k1' => '0';
# first version working properly on all platforms
requires 'Alien::libsecp256k1' => '0.050103';
};

0 comments on commit ecb647f

Please sign in to comment.