Loading crypto/asn1/tasn_prn.c +2 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,8 @@ static int asn1_print_integer(BIO *out, ASN1_INTEGER *str) char *s; int ret = 1; s = i2s_ASN1_INTEGER(NULL, str); if (s == NULL) return 0; if (BIO_puts(out, s) <= 0) ret = 0; OPENSSL_free(s); Loading Loading
crypto/asn1/tasn_prn.c +2 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,8 @@ static int asn1_print_integer(BIO *out, ASN1_INTEGER *str) char *s; int ret = 1; s = i2s_ASN1_INTEGER(NULL, str); if (s == NULL) return 0; if (BIO_puts(out, s) <= 0) ret = 0; OPENSSL_free(s); Loading