Tried compiling the update myself, got error.
Code:
Traceback (most recent call last):
File "py.py", line 1225, in <module>
File "..\bin\kindle_update_tool.py", line 450, in <module>
make_bin("update_"+name, filelist, type, kver, sign=sign, jailbreak=jailbreak)
File "..\bin\kindle_update_tool.py", line 222, in make_bin
create_sig(keyfile, name, tar)
File "..\bin\kindle_update_tool.py", line 165, in create_sig
raise ValueError("Openssl failed")
ValueError: Openssl failed
C:\Download\Firmware\Kindle\loc_ru>..\bin\py.exe ..\bin\kindle_update_tool.py m --k3gb --sign loc_ru_0.17_k3gb_uninstall uninstall.sh
calculating signature for uninstall.sh
cmd = ..\bin\openssl.exe dgst -sha256 -sign c:\docume~1\039f~1\locals~1\temp\tmp
gbo6fr -out c:\docume~1\039f~1\locals~1\temp\tmpts8azh uninstall.sh
adding uninstall.sh
calculating signature for bundle file
cmd = ..\bin\openssl.exe dgst -sha256 -sign c:\docume~1\039f~1\locals~1\temp\tmp
gbo6fr -out c:\docume~1\039f~1\locals~1\temp\tmpbp5yyi c:\docume~1\039f~1\locals~1\temp\tmpizs4fb
making bin file
output written to update_loc_ru_0.17_k3gb_uninstall.bin
Why openssl works when making uninstall, but not install?