mtrojnar / osslsigncode

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

pk7_doit.c add my new function #115

Closed Linshiqi closed 3 years ago

Linshiqi commented 3 years ago

I want to add a method to pk7_doit.c, so I implement int testFun() in this file, and declare this method in pkcs7.h, then I recomplile openssl source, but I still got unresoled external symbol of this method, can anyone help me?

function implemented in pk7_doit.c

declared in pkcs7.h