mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 17:48:44 +00:00
Fix typo in previous commit
This commit is contained in:
@@ -143,8 +143,8 @@ static int net_prepare( void )
|
||||
#if !defined(EFIX64) && !defined(EFI32)
|
||||
signal( SIGPIPE, SIG_IGN );
|
||||
#endif
|
||||
return( 0 );
|
||||
#endif
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user