提交 9f5d2069 编写于 作者: B Bodo Möller

typo

上级 e4947bfe
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册