Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
[openssl.git] / crypto / x509 / x509_r2x.c
index bb4697ae60d43d95d490ad3b8b038c4e70174488..db051033d9bfc80708db635a92bcad43362a5b88 100644 (file)
@@ -82,7 +82,7 @@ X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
 
        if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
                {
-               if ((xi->version=ASN1_INTEGER_new()) == NULL) goto err;
+               if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
                if (!ASN1_INTEGER_set(xi->version,2)) goto err;
 /*             xi->extensions=ri->attributes; <- bad, should not ever be done
                ri->attributes=NULL; */