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

Update from 0.9.8-stable.

parent c6196da5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
	tree->auth_policies = NULL;
	tree->user_policies = NULL;

	if (!tree)
	if (!tree->levels)
		{
		OPENSSL_free(tree);
		return 0;