Recent changes from 0.9.6-stable.

This commit is contained in:
Richard Levitte
2002-08-14 14:46:03 +00:00
parent d84a727178
commit c3bfe3f4cb
13 changed files with 43 additions and 15 deletions

View File

@@ -417,7 +417,7 @@ ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name)
a2d_ASN1_OBJECT(p,i,s,-1);
p=buf;
op=d2i_ASN1_OBJECT(NULL,&p,i);
op=d2i_ASN1_OBJECT(NULL,&p,j);
OPENSSL_free(buf);
return op;
}