mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Replace Mbed TLS source code in repository with a submodule
- Updated to latest Mbed TLS version (v3.6.0)
This commit is contained in:
@@ -315,6 +315,7 @@ libmodsecurity_la_CPPFLAGS = \
|
||||
-I.. \
|
||||
-g \
|
||||
-I../others \
|
||||
-I../others/mbedtls/include \
|
||||
-fPIC \
|
||||
-O3 \
|
||||
-I../headers \
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
#include "src/utils/md5.h"
|
||||
#include "others/mbedtls/md5.h"
|
||||
#include "mbedtls/md5.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
#include "src/utils/sha1.h"
|
||||
#include "others/mbedtls/sha1.h"
|
||||
#include "mbedtls/sha1.h"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
Reference in New Issue
Block a user