Revision 4675a56a3ce2bef715386e45036426c8a4329d39 authored by Vitezslav Cizek on 24 November 2016, 12:21:41 UTC, committed by Rich Salz on 27 November 2016, 01:09:12 UTC
Move rsa_key initialization in front of load_config(). If loading the config fails, rsa_key isn't initialized and may cause invalid free() in the end: cleanup. Remove superfluous memset. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit c003851783ed05e3fd5296786e1f8f6a63dc4f31)
1 parent edfca4e
_MWERKS_prefix.h
#include <MacHeaders.h>
#define B_ENDIAN
#ifdef __POWERPC__
# pragma longlong on
#endif
#if 0
# define MAC_OS_GUSI_SOURCE
#endif
#define MONOLITH

Computing file changes ...