Added fipsalgt.cpp to list of Windows sources to be filtered. Its literally empty (everything is commented out)

pull/35/head
Jeffrey Walton 2015-07-30 17:30:10 -04:00
parent 616a772ecc
commit 2799132fd7
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ endif
#################################################################
# Sources, objects and temporaries
WIN_SRCS = pch.cpp cryptlib_bds.cpp
WIN_SRCS = pch.cpp fipsalgt.cpp cryptlib_bds.cpp
ifeq ($(IS_MINGW),0)
WIN_SRCS += winpipes.cpp
endif