diff --git a/Makefile b/Makefile index 9149dec..bbe5d68 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,7 @@ All \ Setup \ SetupDebug \ Register \ -Unregister \ -GenRSAKeypair :: "MSI\MSIBuild\Version\Version.mak" +Unregister :: "MSI\MSIBuild\Version\Version.mak" $(MAKE) /f "Makefile" /$(MAKEFLAGS) HAS_VERSION=1 $@ "MSI\MSIBuild\Version\Version.mak" :: @@ -345,18 +344,4 @@ $(REDIST_SL_X64) : "$(OUTPUT_DIR)\ZRColaSl64D.3.msi" $(MAKE) /f "Makefile" /$(MAKEFLAGS) LANG=Sl PLAT=x64 CFG=Debug cd "$(MAKEDIR)" -GenRSAKeypair :: \ - "$(OUTPUT_DIR)\Keys" \ - "$(OUTPUT_DIR)\Keys\verpriv.bin" \ - "$(OUTPUT_DIR)\Keys\verpub.bin" - -"$(OUTPUT_DIR)\Keys\verkeypair.txt" : - openssl.exe genrsa -out $@ 4096 - -"$(OUTPUT_DIR)\Keys\verpriv.bin" : "$(OUTPUT_DIR)\Keys\verkeypair.txt" - openssl.exe rsa -in $** -inform PEM -outform DER -out $@ - -"$(OUTPUT_DIR)\Keys\verpub.bin" : "$(OUTPUT_DIR)\Keys\verkeypair.txt" - openssl.exe rsa -in $** -inform PEM -outform DER -out $@ -pubout - !ENDIF diff --git a/output/Keys/.gitignore b/output/Keys/.gitignore deleted file mode 100644 index a793cc0..0000000 --- a/output/Keys/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/verkeypair.txt -/verpriv.bin diff --git a/output/Keys/verpub.bin b/output/Keys/verpub.bin deleted file mode 100644 index bf44182..0000000 Binary files a/output/Keys/verpub.bin and /dev/null differ