]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add forgotten files into libcrypto.a
authorJouni Malinen <j@w1.fi>
Sat, 5 Dec 2009 20:25:50 +0000 (22:25 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 5 Dec 2009 20:25:50 +0000 (22:25 +0200)
src/crypto/Makefile

index d5c7761c2b7694d0d567cd9e362cf62233555182..c7ba82f541b86303b49e2ec37f8481f664c4a194 100644 (file)
@@ -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