mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:38:39 +00:00
- Added pem to library
This commit is contained in:
parent
1946e42dd4
commit
5a1494fb30
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ set(src
|
||||||
md5.c
|
md5.c
|
||||||
net.c
|
net.c
|
||||||
padlock.c
|
padlock.c
|
||||||
|
pem.c
|
||||||
pkcs11.c
|
pkcs11.c
|
||||||
rsa.c
|
rsa.c
|
||||||
sha1.c
|
sha1.c
|
||||||
|
|
|
@ -27,7 +27,7 @@ OBJS= aes.o arc4.o base64.o \
|
||||||
timing.o x509parse.o xtea.o \
|
timing.o x509parse.o xtea.o \
|
||||||
camellia.o version.o md.o \
|
camellia.o version.o md.o \
|
||||||
md_wrap.o cipher.o cipher_wrap.o \
|
md_wrap.o cipher.o cipher_wrap.o \
|
||||||
pkcs11.o
|
pkcs11.o pem.o
|
||||||
|
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
Loading…
Reference in a new issue