aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-05-17 15:49:13 +0000
committerAndy Polyakov <appro@openssl.org>2004-05-17 15:49:13 +0000
commit1ab61a91791e8ddbf95891b44f4cdd50503bc534 (patch)
treef1cf09c60c6f1b9d728f05f801fdf21c9de439eb /crypto/rand
parentd6dda126b7921c1067cdc49845e4656c53a5c96b (diff)
downloadopenssl-1ab61a91791e8ddbf95891b44f4cdd50503bc534.tar.gz
Make reservations for FIPS code in HEAD branch, so that the moment FIPS
comes in we have required macros in place.
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h
index 6f544994ce..ac6c021763 100644
--- a/crypto/rand/rand.h
+++ b/crypto/rand/rand.h
@@ -71,6 +71,10 @@
extern "C" {
#endif
+#if defined(OPENSSL_FIPS)
+#define FIPS_RAND_SIZE_T size_t
+#endif
+
/* Already defined in ossl_typ.h */
/* typedef struct rand_meth_st RAND_METHOD; */