mtrojnar / osslsigncode

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

OPENSSL_Uplink: no OPENSSL_Applink #119

Closed mrihtar closed 2 years ago

mrihtar commented 3 years ago

In some cases I was getting the above error using your Windows build (2.2). With the following modification of osslsigncode.c

#include <openssl/applink.c>    // at the end of openssl includes

and compilation with msys2 mingw64 everything works fine.

mtrojnar commented 3 years ago

and or or? I though applink.c is only used with MSVC.

mrihtar commented 3 years ago

I added the above include to the end of already existing openssl includes, so I guess it's and.

mtrojnar commented 2 years ago

Interesting. I could not reproduce this error. You use osslsigncode.exe and *.dll from our osslsigncode 2.2 build (https://github.com/mtrojnar/osslsigncode/releases/download/2.2/osslsigncode_2.2_windows.zip), right? What is your version of Windows?

mtrojnar commented 2 years ago

Please reopen when you can provide a way to reproduce it.