remove FIPS_*_SIZE_T
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
916e56208b
commit
b2ecc05a9a
2 changed files with 0 additions and 8 deletions
|
@ -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; */
|
||||
|
||||
|
|
|
@ -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 !
|
||||
|
|
Loading…
Reference in a new issue