mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
change test function includes to use one convention
This commit is contained in:
parent
00ab47026b
commit
ce2f237697
37 changed files with 69 additions and 72 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* BEGIN_HEADER */
|
||||
#include <polarssl/x509_crt.h>
|
||||
#include <polarssl/x509_crl.h>
|
||||
#include <polarssl/x509_csr.h>
|
||||
#include <polarssl/pem.h>
|
||||
#include <polarssl/oid.h>
|
||||
#include <polarssl/base64.h>
|
||||
#include "polarssl/x509_crt.h"
|
||||
#include "polarssl/x509_crl.h"
|
||||
#include "polarssl/x509_csr.h"
|
||||
#include "polarssl/pem.h"
|
||||
#include "polarssl/oid.h"
|
||||
#include "polarssl/base64.h"
|
||||
|
||||
int verify_none( void *data, x509_crt *crt, int certificate_depth, int *flags )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue