From: Jouni Malinen Date: Wed, 22 Aug 2012 08:15:55 +0000 (+0300) Subject: Add sha256-prf.tls into libcrypto build X-Git-Tag: hostap_2_0~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012112621133345c4aff3f054df0c82a023bddf7;p=thirdparty%2Fhostap.git Add sha256-prf.tls into libcrypto build This was forgotten in commit ab637dcb37057f433932ecc8d45e129cd2d14170. Signed-hostap: Jouni Malinen --- diff --git a/src/crypto/Makefile b/src/crypto/Makefile index 34e9ac7e9..18b50548a 100644 --- a/src/crypto/Makefile +++ b/src/crypto/Makefile @@ -41,6 +41,7 @@ LIB_OBJS= \ sha1-tlsprf.o \ sha1-tprf.o \ sha256.o \ + sha256-prf.o \ sha256-tlsprf.o \ sha256-internal.o