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

Oops ...

上级 f418f8c1
......@@ -53,6 +53,8 @@
*
*/
#include <string.h>
#include <openssl/err.h>
#include "ec_lcl.h"
......@@ -120,7 +122,7 @@ void EC_GROUP_clear_free(EC_GROUP *group)
group->meth->group_clear_finish(group);
else if (group->meth != NULL && group->meth->group_finish != 0)
group->meth->group_finish(group);
memset(point, 0, sizeof *group);
memset(group, 0, sizeof *group);
OPENSSL_free(group);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册