mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Finish initial implementation
This commit is contained in:
parent
7028944ee0
commit
8bb4949016
4 changed files with 141 additions and 3 deletions
|
@ -46,7 +46,8 @@ MYSRCS = \
|
|||
threading.c \
|
||||
x509.c \
|
||||
x509_crl.c \
|
||||
x509_crt.c
|
||||
x509_crt.c \
|
||||
net_sockets.c
|
||||
|
||||
LIB_A = libmbedtls.a
|
||||
|
||||
|
|
|
@ -2979,7 +2979,7 @@
|
|||
*
|
||||
* This module provides networking routines.
|
||||
*/
|
||||
//#define MBEDTLS_NET_C
|
||||
#define MBEDTLS_NET_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_OID_C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue