Parcourir la source

Add forgotten files into libcrypto.a

Jouni Malinen il y a 15 ans
Parent
commit
36ee258db7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/crypto/Makefile

+ 2 - 0
src/crypto/Makefile

@@ -23,6 +23,7 @@ LIB_OBJS= \
 	aes-internal-dec.o \
 	aes-internal-enc.o \
 	aes-omac1.o \
+	aes-unwrap.o \
 	aes-wrap.o \
 	des-internal.o \
 	dh_group5.o \
@@ -37,6 +38,7 @@ LIB_OBJS= \
 	sha1.o \
 	sha1-internal.o \
 	sha1-pbkdf2.o \
+	sha1-tlsprf.o \
 	sha1-tprf.o \
 	sha256.o \
 	sha256-internal.o