Re-align some comments after running the reformat script.
[openssl.git] / crypto / x509 / x509_r2x.c
index 40b23e512a6b9b299ff6d38f13e9376de3fae91c..0ff439c99f1bfef8de201cc5818b9c03a98b49b8 100644 (file)
@@ -84,8 +84,8 @@ X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
             goto err;
         if (!ASN1_INTEGER_set(xi->version, 2))
             goto err;
-/*-             xi->extensions=ri->attributes; <- bad, should not ever be done
-                ri->attributes=NULL; */
+/*-     xi->extensions=ri->attributes; <- bad, should not ever be done
+        ri->attributes=NULL; */
     }
 
     xn = X509_REQ_get_subject_name(r);