diff options
Diffstat (limited to 'CryptoPkg/Library/OpensslLib')
-rwxr-xr-x | CryptoPkg/Library/OpensslLib/process_files.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CryptoPkg/Library/OpensslLib/process_files.sh b/CryptoPkg/Library/OpensslLib/process_files.sh index bb33c8ae3f..885adf3a2f 100755 --- a/CryptoPkg/Library/OpensslLib/process_files.sh +++ b/CryptoPkg/Library/OpensslLib/process_files.sh @@ -93,5 +93,6 @@ function filelist () filelist < "${OPENSSL_PATH}/MINFO" | sed -n -f - -i OpensslLib.inf # We can tell Windows users to put this back manually if they can't run -# Configure. -cp "${OPENSSL_PATH}/crypto/opensslconf.h" . +# Configure. For now, until the git repository is fixed to store things +# sanely, also convert to DOS line-endings +unix2dos -n "${OPENSSL_PATH}/crypto/opensslconf.h" opensslconf.h |