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

Diff for /src/usr.bin/openssl/s_time.c between version 1.21 and 1.22

version 1.21, 2018/02/06 02:40:29 version 1.22, 2018/02/07 04:57:06
Line 473 
Line 473 
   
         ret = 0;          ret = 0;
 end:  end:
         if (scon != NULL)          SSL_free(scon);
                 SSL_free(scon);  
   
         if (tm_ctx != NULL) {          if (tm_ctx != NULL) {
                 SSL_CTX_free(tm_ctx);                  SSL_CTX_free(tm_ctx);

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