Skip to content

Commit

Permalink
fix: extern _octet_to_big
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckydd99 authored and jaromil committed Aug 2, 2023
1 parent 6ea8935 commit 5497c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zen_ecp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include <zen_memory.h>
#include <lua_functions.h>

extern int _octet_to_big(lua_State *L, big *dst, octet *src);

ecp* ecp_new(lua_State *L) {
ecp *e = (ecp *)lua_newuserdata(L, sizeof(ecp));
Expand Down

0 comments on commit 5497c7f

Please sign in to comment.