mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Add skeleton ecdsa.[ch]
This commit is contained in:
parent
61ce13b728
commit
2aea1416f9
5 changed files with 115 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#if defined(POLARSSL_ECP_C)
|
||||
#if defined(POLARSSL_ECDH_C)
|
||||
|
||||
#include "polarssl/ecdh.h"
|
||||
|
||||
|
|
@ -87,4 +87,4 @@ int ecdh_self_test( int verbose )
|
|||
|
||||
#endif
|
||||
|
||||
#endif /* defined(POLARSSL_ECP_C) */
|
||||
#endif /* defined(POLARSSL_ECDH_C) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue