aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-19 01:43:06 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:38 +0000
commitb2ecc05a9a5854e104460deeaad7d5efba73fa0a (patch)
tree9a7dfbf8c6569fc7e83aa0ca5364f2a0a8c73cd3 /crypto
parent916e56208b8865ed30031a07cfcc9017fc6d298d (diff)
downloadopenssl-b2ecc05a9a5854e104460deeaad7d5efba73fa0a.zip
openssl-b2ecc05a9a5854e104460deeaad7d5efba73fa0a.tar.gz
openssl-b2ecc05a9a5854e104460deeaad7d5efba73fa0a.tar.bz2
remove FIPS_*_SIZE_T
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/rand/rand.h4
-rw-r--r--crypto/sha/sha.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h
index d446c38..b6949c6 100644
--- a/crypto/rand/rand.h
+++ b/crypto/rand/rand.h
@@ -71,10 +71,6 @@
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; */
diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h
index 16cacf9..7cbca26 100644
--- a/crypto/sha/sha.h
+++ b/crypto/sha/sha.h
@@ -70,10 +70,6 @@ extern "C" {
#error SHA is disabled.
#endif
-#if defined(OPENSSL_FIPS)
-#define FIPS_SHA_SIZE_T size_t
-#endif
-
/*
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !