Skip to content

Commit

Permalink
fix compilation error for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Dec 25, 2023
1 parent 1a716f3 commit c65b901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const uint8_t SM2_ID_DEFAULT[] = {0x10, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37
0x36, 0x37, 0x38};

#ifdef USE_MBEDCRYPTO
#include <sha.h>
#include <mbedtls/bn_mul.h>
#include <mbedtls/ecdsa.h>

Expand Down

0 comments on commit c65b901

Please sign in to comment.