mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-31 18:32:57 +00:00
- Added pem to library
This commit is contained in:
parent
1946e42dd4
commit
5a1494fb30
@ -20,6 +20,7 @@ set(src
|
||||
md5.c
|
||||
net.c
|
||||
padlock.c
|
||||
pem.c
|
||||
pkcs11.c
|
||||
rsa.c
|
||||
sha1.c
|
||||
|
@ -27,7 +27,7 @@ OBJS= aes.o arc4.o base64.o \
|
||||
timing.o x509parse.o xtea.o \
|
||||
camellia.o version.o md.o \
|
||||
md_wrap.o cipher.o cipher_wrap.o \
|
||||
pkcs11.o
|
||||
pkcs11.o pem.o
|
||||
|
||||
|
||||
.SILENT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user