typo
This commit is contained in:
parent
e4947bfec7
commit
9f5d2069a4
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user