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

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

version 1.14, 2015/07/20 18:31:01 version 1.15, 2015/08/22 16:36:05
Line 577 
Line 577 
         return (SSL_TLSEXT_ERR_OK);          return (SSL_TLSEXT_ERR_OK);
 }  }
   
 int s_server_main(int, char **);  
   
 #ifndef OPENSSL_NO_SRTP  #ifndef OPENSSL_NO_SRTP
 static char *srtp_profiles = NULL;  static char *srtp_profiles = NULL;
 #endif  #endif

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