mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 16:32:32 -04:00
Remove MBEDTLS_RIPEMD160_PROCESS_ALT
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
72a88e7255
commit
64988680c5
@ -387,7 +387,6 @@
|
|||||||
* implementation should be provided for mbedtls_ecdsa_sign_det_ext().
|
* implementation should be provided for mbedtls_ecdsa_sign_det_ext().
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_RIPEMD160_PROCESS_ALT
|
|
||||||
//#define MBEDTLS_SHA1_PROCESS_ALT
|
//#define MBEDTLS_SHA1_PROCESS_ALT
|
||||||
//#define MBEDTLS_SHA256_PROCESS_ALT
|
//#define MBEDTLS_SHA256_PROCESS_ALT
|
||||||
//#define MBEDTLS_SHA512_PROCESS_ALT
|
//#define MBEDTLS_SHA512_PROCESS_ALT
|
||||||
|
@ -59,8 +59,6 @@ int mbedtls_ripemd160_starts(mbedtls_ripemd160_context *ctx)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(MBEDTLS_RIPEMD160_PROCESS_ALT)
|
|
||||||
/*
|
/*
|
||||||
* Process one block
|
* Process one block
|
||||||
*/
|
*/
|
||||||
@ -256,8 +254,6 @@ int mbedtls_internal_ripemd160_process(mbedtls_ripemd160_context *ctx,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* !MBEDTLS_RIPEMD160_PROCESS_ALT */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RIPEMD-160 process buffer
|
* RIPEMD-160 process buffer
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user