This commit is contained in:
Bodo Möller 2000-03-10 11:43:45 +00:00
parent e4947bfec7
commit 9f5d2069a4

View File

@ -466,7 +466,7 @@ bad:
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
printf("\t\t{ DH_free(dh); return(NULL); }\n");
if (dh->length)
printf("\tdh->length = %d\n", dh->length);
printf("\tdh->length = %d\n;", dh->length);
printf("\treturn(dh);\n\t}\n");
Free(data);
}