Add missing #ifdef
This commit is contained in:
parent
ad4297dd9c
commit
6c69dcd9f5
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef OPENSSL_FIPS
|
||||||
|
|
||||||
void *OPENSSL_stderr(void);
|
void *OPENSSL_stderr(void);
|
||||||
|
|
||||||
#define AES_BLOCK_LENGTH 16
|
#define AES_BLOCK_LENGTH 16
|
||||||
|
@ -366,3 +368,5 @@ const RAND_METHOD *FIPS_rand_method(void)
|
||||||
{
|
{
|
||||||
return &rand_fips_meth;
|
return &rand_fips_meth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue