2008-10-22 18:31:03 +02:00
|
|
|
Index: openssl-0.9.8h/crypto/x509/x509_att.c
|
2008-11-17 17:41:06 +01:00
|
|
|
================================================================================
|
|
|
|
--- openssl-0.9.8h/crypto/x509/x509_att.c
|
2008-10-22 18:31:03 +02:00
|
|
|
+++ openssl-0.9.8h/crypto/x509/x509_att.c
|
2008-11-17 17:41:06 +01:00
|
|
|
@@ -305,7 +305,7 @@
|
2008-10-22 18:31:03 +02:00
|
|
|
if(!(ttmp = ASN1_TYPE_new())) goto err;
|
|
|
|
if (len == -1)
|
|
|
|
{
|
|
|
|
- if (!ASN1_TYPE_set1(ttmp, attrtype, data))
|
|
|
|
+ if (!ASN1_TYPE_set1(ttmp, attrtype, stmp))
|
|
|
|
goto err;
|
|
|
|
}
|
|
|
|
else
|