From b2ecc05a9a5854e104460deeaad7d5efba73fa0a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 19 Oct 2014 01:43:06 +0100 Subject: [PATCH] remove FIPS_*_SIZE_T Reviewed-by: Tim Hudson --- crypto/rand/rand.h | 4 ---- crypto/sha/sha.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index d446c38daf..b6949c6538 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 16cacf9fc0..7cbca26ff9 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 ! -- 2.25.1