X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_rand.c;h=070b1e4ed2868a9d11ea84222e84a64a470134cf;hp=b376c28ff3ff25b027922964af6ca26b4995250a;hb=7cc684f4f7fbcdc5cf4683eaf025d4f915acbf3c;hpb=6343829a391df59e46e513c84b6264ee71ad9518 diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c index b376c28ff3..070b1e4ed2 100644 --- a/crypto/bn/bn_rand.c +++ b/crypto/bn/bn_rand.c @@ -115,6 +115,11 @@ #include "bn_lcl.h" #include +#define OPENSSL_FIPSAPI +#ifdef OPENSSL_FIPS +#include +#endif + static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) { unsigned char *buf=NULL;