CryptoPkg: Add sleep() function to BaseCryptLibMbedTls

In BaseCryptLib sleep() function is defined,
apply the same sleep function to BaseCryptLibMbedTls

Signed-off-by: "Kalavakolanu, Hema Anmisha" <hema.anmisha.kalavakolanu@intel.com>
This commit is contained in:
Kalavakolanu, Hema Anmisha 2024-12-26 13:57:45 +05:30 committed by mergify[bot]
parent 070eadb550
commit 62de957185

View File

@ -47,6 +47,15 @@ gmtime (
return NULL;
}
/**sleep function. **/
unsigned int
sleep (
unsigned int seconds
)
{
return 0;
}
/**_time64 function. **/
time_t
_time64 (