mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 15:30:59 +00:00
Tinycrypt support for makefile builds
This commit is contained in:
parent
187fbb1334
commit
337dad98f6
|
@ -63,6 +63,8 @@ DLEXT = dylib
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
VPATH = ../tinycrypt
|
||||||
|
|
||||||
OBJS_CRYPTO= aes.o aesni.o arc4.o \
|
OBJS_CRYPTO= aes.o aesni.o arc4.o \
|
||||||
aria.o asn1parse.o asn1write.o \
|
aria.o asn1parse.o asn1write.o \
|
||||||
base64.o bignum.o blowfish.o \
|
base64.o bignum.o blowfish.o \
|
||||||
|
@ -84,7 +86,8 @@ OBJS_CRYPTO= aes.o aesni.o arc4.o \
|
||||||
ripemd160.o rsa_internal.o rsa.o \
|
ripemd160.o rsa_internal.o rsa.o \
|
||||||
sha1.o sha256.o sha512.o \
|
sha1.o sha256.o sha512.o \
|
||||||
threading.o timing.o version.o \
|
threading.o timing.o version.o \
|
||||||
version_features.o xtea.o
|
version_features.o xtea.o \
|
||||||
|
ecc.o ecc_dh.o ecc_dsa.o
|
||||||
|
|
||||||
OBJS_X509= certs.o pkcs11.o x509.o \
|
OBJS_X509= certs.o pkcs11.o x509.o \
|
||||||
x509_create.o x509_crl.o x509_crt.o \
|
x509_create.o x509_crl.o x509_crt.o \
|
||||||
|
|
Loading…
Reference in a new issue