Make it possible to disable fuzz testing
[openssl.git] / Configurations / common.tmpl
index 48b3d18716df9fdb899fb15b0760468b93ddbf1f..9d7fbf2e77bc7029c71e56883f638373296c1758 100644 (file)
      }
  }
 
+ # Build mandatory generated headers
+ foreach (@{$unified_info{depends}->{""}}) { dogenerate($_); }
+
  # Build all known libraries, engines, programs and scripts.
  # Everything else will be handled as a consequence.
  foreach (@{$unified_info{libraries}}) { dolib($_);    }