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

Don't try to set pmd if it is NULL.

parent 92eb4c55
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ static int parse_mod(char *line, int *pdsa2, int *pL, int *pN,
		*pL = atoi(line);
		*pdsa2 = 0;
		*pN = 160;
		if (pmd)
			*pmd = EVP_sha1();
		return 1;
		}