Replace Mbed TLS source code in repository with a submodule

- Updated to latest Mbed TLS version (v3.6.0)
This commit is contained in:
Eduardo Arias
2024-05-24 01:53:24 +00:00
parent 7732b5e8f3
commit a3f40ef03c
19 changed files with 62 additions and 4789 deletions

View File

@@ -315,6 +315,7 @@ libmodsecurity_la_CPPFLAGS = \
-I.. \
-g \
-I../others \
-I../others/mbedtls/include \
-fPIC \
-O3 \
-I../headers \

View File

@@ -1,7 +1,7 @@
#include "src/utils/md5.h"
#include "others/mbedtls/md5.h"
#include "mbedtls/md5.h"
namespace modsecurity {
namespace Utils {

View File

@@ -15,7 +15,7 @@
#include "src/utils/sha1.h"
#include "others/mbedtls/sha1.h"
#include "mbedtls/sha1.h"
#include <fstream>
#include <iostream>
#include <cstring>