Commit ea904b40 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Update from HEAD.

parent ec6158d0
Loading
Loading
Loading
Loading
+2 −0
Changes for crypto/rsa/rsa_lib.c: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -422,6 +422,8 @@ err:
	BN_CTX_end(ctx);
	if (in_ctx == NULL)
		BN_CTX_free(ctx);
	if(rsa->e == NULL)
		BN_free(e);

	return ret;
}