From d0c5b350e91c8ea9f32c9a9347e88dc63626e603 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Thu, 10 Jul 2014 23:09:41 +0200 Subject: [PATCH] Remove NO_MSI_DIGITALSIGNATUREEX ifndefs. --- osslsigncode.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osslsigncode.c b/osslsigncode.c index f984f3a..1151b86 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1267,7 +1267,6 @@ static GSList *msi_sorted_infile_children(GsfInfile *infile) return sorted; } -#ifndef NO_MSI_DIGITALSIGNATUREEX /* * msi_prehash_utf16_name converts an UTF-8 representation of * an MSI filename to its on-disk UTF-16 representation and @@ -1370,7 +1369,6 @@ static gboolean msi_prehash(GsfInfile *infile, gchar *dirname, BIO *hash) return TRUE; } -#endif /** * msi_handle_dir performs a direct copy of the input MSI file in infile to a new @@ -2629,7 +2627,6 @@ int main(int argc, char **argv) DO_EXIT_1("Error opening output file %s", outfile); outole = gsf_outfile_msole_new(sink); -#ifndef NO_MSI_DIGITALSIGNATUREEX /* * MsiDigitalSignatureEx is an enhanced signature type that * can be used when signing MSI files. In addition to @@ -2683,7 +2680,6 @@ int main(int argc, char **argv) BIO_write(hash, p_msiex, len_msiex); } -#endif if (!msi_handle_dir(ole, outole, hash)) { DO_EXIT_0("unable to msi_handle_dir()\n");