delint
This commit is contained in:
parent
848c8ac0ef
commit
a395b35ba2
4
crypto/dist/openssl/crypto/x509v3/v3_info.c
vendored
4
crypto/dist/openssl/crypto/x509v3/v3_info.c
vendored
@ -95,8 +95,8 @@ static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method
|
||||
if(!ret) break;
|
||||
vtmp = sk_CONF_VALUE_value(ret, i);
|
||||
i2t_ASN1_OBJECT(objtmp, 80, desc->method);
|
||||
ntmp = OPENSSL_malloc(l = strlen(objtmp) +
|
||||
strlen(vtmp->name) + 5);
|
||||
l = strlen(objtmp) + strlen(vtmp->name) + 5;
|
||||
ntmp = OPENSSL_malloc(l);
|
||||
if(!ntmp) {
|
||||
X509V3err(X509V3_F_I2V_AUTHORITY_INFO_ACCESS,
|
||||
ERR_R_MALLOC_FAILURE);
|
||||
|
Loading…
Reference in New Issue
Block a user