Refactor out some duplicated code

This commit is contained in:
Justine Tunney 2021-08-14 06:17:56 -07:00
parent e963d9c8e3
commit 579b597ded
58 changed files with 1110 additions and 3214 deletions

View file

@ -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.
*