From e91bd34275981ba992d21f46bdacdc8d317166e9 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 29 Apr 2013 12:03:42 -0700 Subject: [PATCH] add rsa_keygen initializer --- lib/hcrypto/rsa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hcrypto/rsa.c b/lib/hcrypto/rsa.c index c71ded1b7..209df13d3 100644 --- a/lib/hcrypto/rsa.c +++ b/lib/hcrypto/rsa.c @@ -508,6 +508,7 @@ static const RSA_METHOD rsa_null_method = { 0, NULL, NULL, + NULL, NULL }; -- 2.11.4.GIT