mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
801 stars 131 forks source link

Set buffers #139

Closed olszomal closed 2 years ago

olszomal commented 2 years ago

use memory allocation instead of a static variable

use const type qualifier

mtrojnar commented 2 years ago

Why did you remove "const" from constant definitions? Could you please explain your rationale for this change?