1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Modified Makefiles to include new files and and config.h to PolarSSL standard

This commit is contained in:
Paul Bakker
2013-03-13 16:30:17 +01:00
parent f35b739dff
commit d589a0ddb6
3 changed files with 48 additions and 38 deletions

View File

@@ -39,7 +39,8 @@ OBJS= aes.o arc4.o asn1parse.o \
blowfish.o camellia.o \
certs.o cipher.o cipher_wrap.o \
ctr_drbg.o debug.o des.o \
dhm.o ecp.o \
dhm.o ecdh.o ecdsa.o \
ecp.o \
entropy.o entropy_poll.o \
error.o gcm.o havege.o \
md.o md_wrap.o md2.o \