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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.20 and 1.21

version 1.20, 2015/07/03 03:43:18 version 1.21, 2015/08/19 23:19:01
Line 1528 
Line 1528 
         *dsap = NULL;          *dsap = NULL;
         if (!DSA_generate_parameters_ex(private, bits, NULL, 0, NULL,          if (!DSA_generate_parameters_ex(private, bits, NULL, 0, NULL,
             NULL, NULL) || !DSA_generate_key(private)) {              NULL, NULL) || !DSA_generate_key(private)) {
                 DSA_free(private);  
                 ret = SSH_ERR_LIBCRYPTO_ERROR;                  ret = SSH_ERR_LIBCRYPTO_ERROR;
                 goto out;                  goto out;
         }          }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21