another typo

This commit is contained in:
Bodo Möller 2000-03-10 11:47:58 +00:00
parent 9f5d2069a4
commit a10c512afa

View File

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