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

Diff for /src/usr.bin/openssl/gendsa.c between version 1.14 and 1.15

version 1.14, 2019/07/24 14:23:25 version 1.15, 2022/01/14 09:25:00
Line 278 
Line 278 
         }          }
   
         BIO_printf(bio_err, "Generating DSA key, %d bits\n",          BIO_printf(bio_err, "Generating DSA key, %d bits\n",
             BN_num_bits(dsa->p));              BN_num_bits(DSA_get0_p(dsa)));
         if (!DSA_generate_key(dsa))          if (!DSA_generate_key(dsa))
                 goto end;                  goto end;
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15