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

typo

parent 73c92dfa
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;