Redirect FIPS memory allocation to FIPS_malloc() routine, remove

OpenSSL malloc dependencies.
This commit is contained in:
Dr. Stephen Henson
2011-01-27 17:23:43 +00:00
parent e36d6b8f79
commit 7cc684f4f7
23 changed files with 80 additions and 6 deletions

View File

@@ -56,9 +56,12 @@
*
*/
#define OPENSSL_FIPSAPI
#include <string.h>
#include <openssl/dsa.h>
#include <openssl/bn.h>
#include <openssl/fips.h>
/* Minimal FIPS versions of FIPS_dsa_new() and FIPS_dsa_free: to
* reduce external dependencies.