]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/dsaparam.c
Free a temporary buffer used by dsaparam application
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:54:58 +0000 (14:54 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 17:00:53 +0000 (18:00 +0100)
commita855d1a155dd88aaf136bdc1deb88e68558b94fd
tree6f2a49bab77be351c087d57b998b462a8f9cc3e0
parentb0cb22b07c71c13412c633c816afb5afccdb84b7
Free a temporary buffer used by dsaparam application

The dsaparam application allocates a temporary buffer but then doesn't
free it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/dsaparam.c