提交 5fe2085b 编写于 作者: B Bodo Möller

Avoid some warnings.

上级 a0ad17bb
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
static void MS_CALLBACK dh_cb(int p, int n, void *arg); static void MS_CALLBACK dh_cb(int p, int n, void *arg);
int MAIN(int argc, char **argv) int MAIN(int argc, char **argv)
{ {
char buffer[200];
DH *dh=NULL; DH *dh=NULL;
int ret=1,num=DEFBITS; int ret=1,num=DEFBITS;
int g=2; int g=2;
......
...@@ -25,7 +25,7 @@ ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si) ...@@ -25,7 +25,7 @@ ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si)
return NULL; return NULL;
} }
static int signed_string_nid= -1; static signed_string_nid= -1;
void add_signed_string(PKCS7_SIGNER_INFO *si, char *str) void add_signed_string(PKCS7_SIGNER_INFO *si, char *str)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册