Finish initial implementation

This commit is contained in:
Grayson Martin 2023-07-11 15:11:01 -05:00
commit 8bb4949016
No known key found for this signature in database
GPG key ID: 4914C62F2696A273
4 changed files with 141 additions and 3 deletions

View file

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

View file

@ -2979,7 +2979,7 @@
*
* This module provides networking routines.
*/
//#define MBEDTLS_NET_C
#define MBEDTLS_NET_C
/**
* \def MBEDTLS_OID_C