mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge remote-tracking branch 'origin/pr/1622' into development
* origin/pr/1622: (29 commits) Do not build fuzz on windows No booleans and import config Removing space before opening parenthesis Style corrections Syntax fix Fixes warnings from MSVC Add a linker flag to enable gcov in basic-build-test.sh checks MBEDTLS_PEM_PARSE_C Restore programs/fuzz/Makefile after in-tree cmake Move fuzz directory to programs Documentation for corpus generation Restore tests/fuzz/Makefile after in-tree cmake Adding ifdefs to avoid warnings for unused globals Adds LDFLAGS fsanitize=address Ignore compiled object files and executables Also clean the fuzz subdirectory copyediting README.md Protecting client/server fuzz targts with ifdefs Makefile support 1 Fuzz README and direct compilation ...
This commit is contained in:
commit
072959f5c2
35 changed files with 1240 additions and 9 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "x509.h"
|
||||
#include "x509_crl.h"
|
||||
#include "bignum.h"
|
||||
|
||||
/**
|
||||
* \addtogroup x509_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue