Closed Linshiqi closed 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
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