avoid compiler warning
This commit is contained in:
parent
98499135d7
commit
4f98cbabde
@ -308,7 +308,7 @@ static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, int s
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
ASN1_VALUE *skitem;
|
ASN1_VALUE *skitem;
|
||||||
unsigned char *tmpdat, *p;
|
unsigned char *tmpdat = NULL, *p = NULL;
|
||||||
DER_ENC *derlst, *tder;
|
DER_ENC *derlst, *tder;
|
||||||
if(do_sort) {
|
if(do_sort) {
|
||||||
/* Don't need to sort less than 2 items */
|
/* Don't need to sort less than 2 items */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user