Redirect FIPS memory allocation to FIPS_malloc() routine, remove
OpenSSL malloc dependencies.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user