mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 18:48:14 +03:00
Make pointer to ripe context static
This commit is contained in:
parent
91bef8d863
commit
b11b8c1460
@ -14,7 +14,7 @@ u3qe_ripe(u3_atom wid, u3_atom dat)
|
||||
u3r_bytes(0, wid, (void*)dat_y, dat);
|
||||
|
||||
const EVP_MD* rip_u = EVP_ripemd160(); // ripem algorithm
|
||||
EVP_MD_CTX* con_u = NULL; // context
|
||||
static EVP_MD_CTX* con_u = NULL; // context
|
||||
|
||||
/* build library context object
|
||||
we do this once (and only once)
|
||||
|
Loading…
Reference in New Issue
Block a user