Skip to content

Commit

Permalink
Fix MZ_ZIP_NO_SIGNING -> MZ_ZIP_SIGNING
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Aug 21, 2019
1 parent e33afe4 commit 10cd8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mz_zip_rw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ int32_t mz_zip_writer_entry_close(void *handle)
err = MZ_WRITE_ERROR;
}

#ifndef MZ_ZIP_NO_SIGNING
#ifdef MZ_ZIP_SIGNING
if ((err == MZ_OK) && (writer->cert_data != NULL) && (writer->cert_data_size > 0))
{
/* Sign entry if not zipping cd or if it is cd being zipped */
Expand Down

0 comments on commit 10cd8b8

Please sign in to comment.