X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fopenssl%2Frsa.c;h=56ebf2771e646b6957707cad83bbcea0ee796f4f;hb=72091d5c770856870bb8cd51bcc5641078c7562c;hp=a4e4ac69001cc2cdfa235eed619195f579247102;hpb=344c632c7a9f8047a412239dcd22ba1531bdfda5;p=tinc diff --git a/src/openssl/rsa.c b/src/openssl/rsa.c index a4e4ac69..56ebf277 100644 --- a/src/openssl/rsa.c +++ b/src/openssl/rsa.c @@ -113,7 +113,7 @@ exit: if(!rsa) #endif { - BN_free(bn_d); + BN_clear_free(bn_d); BN_free(bn_e); BN_free(bn_n); }