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

Added ECP files to Makefiles as well

This commit is contained in:
Paul Bakker
2013-01-16 17:00:05 +01:00
parent 5e402d88ea
commit a95919b4c7
3 changed files with 12 additions and 1 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 entropy.o entropy_poll.o \
dhm.o ecp.o \
entropy.o entropy_poll.o \
error.o gcm.o havege.o \
md.o md_wrap.o md2.o \
md4.o md5.o net.o \