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

@@ -123,6 +123,8 @@ int main(int argc, char *argv[])
#else
#define OPENSSL_FIPSAPI
#include <openssl/fips.h>
#include "fips_utl.h"