Parcourir la source

Add sha256-prf.tls into libcrypto build

This was forgotten in commit ab637dcb37057f433932ecc8d45e129cd2d14170.

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 12 ans
Parent
commit
0121126211
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/crypto/Makefile

+ 1 - 0
src/crypto/Makefile

@@ -41,6 +41,7 @@ LIB_OBJS= \
 	sha1-tlsprf.o \
 	sha1-tlsprf.o \
 	sha1-tprf.o \
 	sha1-tprf.o \
 	sha256.o \
 	sha256.o \
+	sha256-prf.o \
 	sha256-tlsprf.o \
 	sha256-tlsprf.o \
 	sha256-internal.o
 	sha256-internal.o