Fix (spurious) warnings.
[openssl.git] / crypto / dh / dhtest.c
index 687ce71611aef5caee3719c68ba2a4b40ac6d033..dbdb9638283ce6627deb38beaa9b8f6a55d6c822 100644 (file)
@@ -89,7 +89,8 @@ static void MS_CALLBACK cb(int p, int n, void *arg);
 
 int main(int argc, char *argv[])
        {
 
 int main(int argc, char *argv[])
        {
-       DH *a,*b;
+       DH *a;
+       DH *b=NULL;
        char buf[12];
        unsigned char *abuf=NULL,*bbuf=NULL;
        int i,alen,blen,aout,bout,ret=1;
        char buf[12];
        unsigned char *abuf=NULL,*bbuf=NULL;
        int i,alen,blen,aout,bout,ret=1;