From b11b8c1460b8d3ef5261e280477acc2d1e52c2d6 Mon Sep 17 00:00:00 2001 From: Fang Date: Tue, 6 Nov 2018 14:50:46 -0800 Subject: [PATCH] Make pointer to ripe context static --- jets/e/ripe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jets/e/ripe.c b/jets/e/ripe.c index 6b666f06a1..0423e34349 100644 --- a/jets/e/ripe.c +++ b/jets/e/ripe.c @@ -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)