1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add skeleton ecdsa.[ch]

This commit is contained in:
Manuel Pégourié-Gonnard
2013-01-26 16:33:44 +01:00
parent 61ce13b728
commit 2aea1416f9
5 changed files with 115 additions and 3 deletions

View File

@ -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) */