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

Diff for /src/usr.bin/openssl/genrsa.c between version 1.5 and 1.6

version 1.5, 2015/09/11 14:30:23 version 1.6, 2015/10/10 22:28:51
Line 100 
Line 100 
         BIGNUM *bn = BN_new();          BIGNUM *bn = BN_new();
         RSA *rsa = NULL;          RSA *rsa = NULL;
   
           if (single_execution) {
                   if (pledge("stdio rpath wpath cpath", NULL) == -1)
                           perror("pledge");
           }
   
         if (!bn)          if (!bn)
                 goto err;                  goto err;
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6