Procházet zdrojové kódy

ASN1_STRING_to_UTF8 missing initializer.

(Imported from upstream's b85d461cdf)

Change-Id: I85f620a5a924c3fe73aa394b39ab8ab343c4c7eb
kris/onging/CECPQ3_patch15
Adam Langley před 10 roky
rodič
revize
655038e7db
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      crypto/x509/a_strex.c

+ 1
- 0
crypto/x509/a_strex.c Zobrazit soubor

@@ -554,6 +554,7 @@ int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in)
mbflag |= MBSTRING_FLAG;
stmp.data = NULL;
stmp.length = 0;
stmp.flags = 0;
ret = ASN1_mbstring_copy(&str, in->data, in->length, mbflag, B_ASN1_UTF8STRING);
if(ret < 0) return ret;
*out = stmp.data;


Načítá se…
Zrušit
Uložit