From: Bodo Möller Date: Tue, 9 Nov 1999 10:00:15 +0000 (+0000) Subject: Avoid some warnings. X-Git-Tag: OpenSSL_0_9_5beta1~454 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5fe2085bbaee223088800f00d7e702542579a3d7 Avoid some warnings. --- diff --git a/apps/gendh.c b/apps/gendh.c index 0284faf28d..3986117594 100644 --- a/apps/gendh.c +++ b/apps/gendh.c @@ -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; diff --git a/crypto/pkcs7/example.c b/crypto/pkcs7/example.c index 244abf95b3..1539cd1603 100644 --- a/crypto/pkcs7/example.c +++ b/crypto/pkcs7/example.c @@ -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) {