mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 12:43:25 +01:00
some code cleaning
This commit is contained in:
parent
668067e057
commit
ef05f393de
@ -311,7 +311,6 @@ static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data42) {
|
|||||||
BN_to_ASN1_INTEGER(bn, asnInt);
|
BN_to_ASN1_INTEGER(bn, asnInt);
|
||||||
|
|
||||||
// cleanup
|
// cleanup
|
||||||
// ASN1_INTEGER_free(asnInt);
|
|
||||||
BN_free(bn);
|
BN_free(bn);
|
||||||
return asnInt;
|
return asnInt;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user