]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gcrypt.c: Always initialize result pointer in get_private_key().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jul 2016 20:20:03 +0000 (22:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 6 Jan 2017 17:53:40 +0000 (18:53 +0100)
This should not matter since the only caller, priv_decrypt(), returns
without investigating the result pointer on errors, but let's be
conservative here.


No differences found