mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-27 18:56:34 +08:00
remove compiler errors
still some warnings and undef code pieces
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
#include "saf_lcl.h"
|
||||
#include "../../apps/apps.h"
|
||||
|
||||
int load_certs(const char *file, STACK_OF(X509) **certs, int format,
|
||||
const char *pass, const char *cert_descrip)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* 7.2.2 */
|
||||
int SAF_AddTrustedRootCaCertificate(
|
||||
void *hAppHandle,
|
||||
|
||||
Reference in New Issue
Block a user