From 722daba53692aab3e8b8a3044b99f3f0cf9a583e Mon Sep 17 00:00:00 2001 From: bbrtj Date: Fri, 20 Sep 2024 14:23:54 +0200 Subject: [PATCH] WIP --- Secp256k1.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secp256k1.xs b/Secp256k1.xs index 6f201a4..9e9b058 100644 --- a/Secp256k1.xs +++ b/Secp256k1.xs @@ -1,8 +1,8 @@ -#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" +#define SECP256K1_STATIC #include #define CURVE_SIZE 32