Commit 0998cfaa authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove unused variable.

parent c4448f60
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,6 @@ end:
static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create)
	{
	char *buf = NULL, *p;
	MS_STATIC char buf2[1024];
	ASN1_INTEGER *bs = NULL;
	BIGNUM *serial = NULL;