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

Diff for /src/usr.bin/openssl/sess_id.c between version 1.8 and 1.9

version 1.8, 2017/01/20 08:57:12 version 1.9, 2018/02/07 05:47:55
Line 249 
Line 249 
         }          }
         ret = 0;          ret = 0;
   
 end:   end:
         BIO_free_all(out);          BIO_free_all(out);
         SSL_SESSION_free(x);          SSL_SESSION_free(x);
   
Line 289 
Line 289 
                 ERR_print_errors(bio_err);                  ERR_print_errors(bio_err);
                 goto end;                  goto end;
         }          }
 end:   end:
         BIO_free(in);          BIO_free(in);
         return (x);          return (x);
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9