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

ssleay_rand_add returns a value in 1.1.0

parent 86f6e866
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ static int ssleay_rand_add(const void *buf, int num, double add)
	int rv = 0;

	if (!num)
		return;
		return 1;

	/*
	 * (Based on the rand(3) manpage)