[BACK]Return to ca.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/ca.c between version 1.33 and 1.34

version 1.33, 2021/07/15 12:41:49 version 1.34, 2021/07/20 12:04:53
Line 880 
Line 880 
   
         f = NCONF_get_string(conf, ca_config.section, ENV_NAMEOPT);          f = NCONF_get_string(conf, ca_config.section, ENV_NAMEOPT);
   
         if (f) {          if (f != NULL) {
                 if (!set_name_ex(&nameopt, f)) {                  if (!set_name_ex(&nameopt, f)) {
                         BIO_printf(bio_err,                          BIO_printf(bio_err,
                             "Invalid name options: \"%s\"\n", f);                              "Invalid name options: \"%s\"\n", f);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34