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

typo

(cherry picked from commit cb218267)
parent 2c4c9867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
		goto err;

	/* Decrypt S/MIME message */
	if (!CMS_decrypt(cms, rkey, rcert, out, NULL, 0))
	if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
		goto err;

	ret = 0;