diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-06-15 23:04:09 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-06-15 23:04:09 +0200 |
commit | c3de647e7d50cb9a4154d4548f3981c7b13f3bfd (patch) | |
tree | 1661e439ed6adf8d150e305aa1fc95891d99094c /ms | |
parent | Fix the version history: changes going into 1.1.0 that are also going (diff) | |
download | openssl-c3de647e7d50cb9a4154d4548f3981c7b13f3bfd.tar.xz openssl-c3de647e7d50cb9a4154d4548f3981c7b13f3bfd.zip |
Update to mk1mf.pl and ms\do_fips.bat to install relevant files for
WIN32 FIPS builds.
Diffstat (limited to 'ms')
-rw-r--r-- | ms/do_fips.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/do_fips.bat b/ms/do_fips.bat index 4df263c27b..aac21ad327 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -55,6 +55,7 @@ perl util\mk1mf.pl dll %ASM% %TARGET% >ms\ntdll.mak nmake -f ms\ntdll.mak clean nmake -f ms\ntdll.mak +nmake -f ms\ntdll.mak install @if ERRORLEVEL 1 goto error @echo. |