remove FIPS_*_SIZE_T
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
916e56208b
commit
b2ecc05a9a
@ -71,10 +71,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(OPENSSL_FIPS)
|
|
||||||
#define FIPS_RAND_SIZE_T size_t
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Already defined in ossl_typ.h */
|
/* Already defined in ossl_typ.h */
|
||||||
/* typedef struct rand_meth_st RAND_METHOD; */
|
/* typedef struct rand_meth_st RAND_METHOD; */
|
||||||
|
|
||||||
|
@ -70,10 +70,6 @@ extern "C" {
|
|||||||
#error SHA is disabled.
|
#error SHA is disabled.
|
||||||
#endif
|
#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 !
|
* ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
|
||||||
|
Loading…
x
Reference in New Issue
Block a user