Skip to content

Commit

Permalink
Upgrade mbedtls to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmlee101 committed Jul 9, 2024
1 parent 8c481b8 commit f49e67c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ clean:
mbedtls/library/libmbedcrypto.a mbedtls/library/libmbedtls.a mbedtls/library/libmbedx509.a:
git submodule init
git submodule update
cd mbedtls && git checkout -q v2.26.0
cd mbedtls && git checkout -q v3.6.0
cd mbedtls && git submodule update --init
cd mbedtls && $(MAKE) no_test

# We select all of the cpp files (and manually add sqlite3.c) that will be in libstuff.
Expand Down
2 changes: 1 addition & 1 deletion libstuff/SSSLState.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "SSSLState.h"

#include <mbedtls/error.h>
#include <mbedtls/net.h>
#include <mbedtls/net_sockets.h>

#include <libstuff/libstuff.h>
#include <libstuff/SFastBuffer.h>
Expand Down
1 change: 0 additions & 1 deletion libstuff/SX509.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "SX509.h"

#include <cstring>
#include <mbedtls/certs.h>

#include <libstuff/libstuff.h>

Expand Down
2 changes: 1 addition & 1 deletion mbedtls

0 comments on commit f49e67c

Please sign in to comment.