mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
New source file for configuration checks
This will be populated in subsequent commits. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
set(src_x509
|
set(src_x509
|
||||||
error.c
|
error.c
|
||||||
|
mbedtls_config.c
|
||||||
pkcs7.c
|
pkcs7.c
|
||||||
x509.c
|
x509.c
|
||||||
x509_create.c
|
x509_create.c
|
||||||
|
@@ -121,6 +121,7 @@ LOCAL_CFLAGS+=$(THIRDPARTY_INCLUDES)
|
|||||||
OBJS_CRYPTO+=$(THIRDPARTY_CRYPTO_OBJECTS)
|
OBJS_CRYPTO+=$(THIRDPARTY_CRYPTO_OBJECTS)
|
||||||
|
|
||||||
OBJS_X509= \
|
OBJS_X509= \
|
||||||
|
mbedtls_config.o \
|
||||||
x509.o \
|
x509.o \
|
||||||
x509_create.o \
|
x509_create.o \
|
||||||
x509_crl.o \
|
x509_crl.o \
|
||||||
|
9
library/mbedtls_config.c
Normal file
9
library/mbedtls_config.c
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* Mbed TLS configuration checks
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* Copyright The Mbed TLS Contributors
|
||||||
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <mbedtls/build_info.h>
|
Reference in New Issue
Block a user