HomeSort by relevance Sort by last modified time
    Searched refs:extconf (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
x509.c 203 CONF *extconf = NULL; local
521 extconf = NCONF_new(NULL);
522 if (!NCONF_load(extconf, extfile,&errorline))
536 extsect = NCONF_get_string(extconf, "default", "extensions");
544 X509V3_set_nconf(&ctx2, extconf);
545 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
959 extconf, extsect)) goto end;
976 extconf, extsect, sno))
1077 NCONF_free(extconf);
    [all...]
ca.c 233 static CONF *extconf=NULL; variable
980 extconf = NCONF_new(NULL);
981 if (NCONF_load(extconf,extfile,&errorline) <= 0)
997 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
1075 if (!extconf)
    [all...]
  /external/clearsilver/ruby/
install.rb 575 extconf if extdir? curr_srcdir
578 def extconf method in class:Installer
580 command "#{config('ruby-prog')} #{curr_srcdir}/extconf.rb #{opt}"

Completed in 122 milliseconds