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

Typo.

parent 37e8a080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ DSA_SIG *DSA_SIG_new(void)
		return NULL;
	sig->r = NULL;
	sig->s = NULL;
	return NULL;
	return sig;
	}

void DSA_SIG_free(DSA_SIG *sig)