Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / x509v3 / v3_conf.c
index 3d5963cc404d94af06a8b8a57879bd9914abdb83..01a3aa3da1613830c33b34f92fc77aa12578838b 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_conf.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
@@ -376,7 +375,7 @@ int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
 {
     STACK_OF(X509_EXTENSION) **sk = NULL;
     if (cert)
-        sk = &cert->cert_info->extensions;
+        sk = &cert->cert_info.extensions;
     return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
 }