Use a heap-based EVP_MD_CTX debian/1.0.1-1
authorSam Hartman <hartmans@debian.org>
Mon, 30 Oct 2017 20:35:08 +0000 (16:35 -0400)
committerSam Hartman <hartmans@debian.org>
Tue, 7 Nov 2017 20:55:24 +0000 (15:55 -0500)
commite1dba1a6b51b2293f151563eb6c46fcf6d16af14
tree88aa6b8b735f3310cc91c457dcd9440a68c05bb1
parentc061395f1460745f5d001b153db860142ce90017
Use a heap-based EVP_MD_CTX

Openssl 1.1 does not support stack allocated EVP_MD_CTX, so use one
allocated on the heap.
mech_eap/init_sec_context.c