mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Refactor out some duplicated code
This commit is contained in:
parent
e963d9c8e3
commit
579b597ded
58 changed files with 1110 additions and 3214 deletions
5
third_party/mbedtls/ecp.c
vendored
5
third_party/mbedtls/ecp.c
vendored
|
@ -22,6 +22,7 @@
|
|||
#include "third_party/mbedtls/bignum.h"
|
||||
#include "third_party/mbedtls/bignum_internal.h"
|
||||
#include "third_party/mbedtls/common.h"
|
||||
#include "third_party/mbedtls/config.h"
|
||||
#include "third_party/mbedtls/ctr_drbg.h"
|
||||
#include "third_party/mbedtls/ecp.h"
|
||||
#include "third_party/mbedtls/ecp_internal.h"
|
||||
|
@ -3656,10 +3657,6 @@ cleanup:
|
|||
return( ret );
|
||||
}
|
||||
|
||||
#ifndef MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||
#undef MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED /* >:\ */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief The ECP checkup routine.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue