mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-28 10:16:22 +01:00
version_check_feature() added to check for compile-time options at run-time
This commit is contained in:
parent
8394684dd3
commit
0f90d7d2b5
11 changed files with 726 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ OBJS= aes.o aesni.o arc4.o \
|
|||
sha512.o ssl_cache.o ssl_cli.o \
|
||||
ssl_srv.o ssl_ciphersuites.o \
|
||||
ssl_tls.o threading.o timing.o \
|
||||
version.o \
|
||||
version.o version_features.o \
|
||||
x509.o x509_create.o \
|
||||
x509_crl.o x509_crt.o x509_csr.o \
|
||||
x509write_crt.o x509write_csr.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue