Avoid some warnings.

This commit is contained in:
Bodo Möller 1999-11-09 10:00:15 +00:00
parent a0ad17bb6c
commit 5fe2085bba
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@
static void MS_CALLBACK dh_cb(int p, int n, void *arg);
int MAIN(int argc, char **argv)
{
char buffer[200];
DH *dh=NULL;
int ret=1,num=DEFBITS;
int g=2;

View File

@ -25,7 +25,7 @@ ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si)
return NULL;
}
static int signed_string_nid= -1;
static signed_string_nid= -1;
void add_signed_string(PKCS7_SIGNER_INFO *si, char *str)
{