minor fixes

pull/26/head
Oleg Moskalenko 10 years ago
parent 98c26b0f8f
commit 83ca21fc32
  1. 5
      ChangeLog
  2. 8
      src/apps/relay/mainrelay.c

@ -1,7 +1,8 @@
10/11/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.5.0.3 'dan Eider':
- Compatibility with OpenSSL that does not
support SSLv3 (like LibreSSL 2.3.0).
- Compatibility with OpenSSL distributions or clones
that does not support SSLv3 (like LibreSSL 2.3.0).
- compilation and configuration cleaning.
9/29/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.5.0.2 'dan Eider':

@ -47,8 +47,6 @@ char HTTP_ALPN[128] = "http/1.1";
////// TURNDB //////////////
#if defined(TURNDB)
#if defined(Q)
#undef Q
#endif
@ -63,12 +61,6 @@ char HTTP_ALPN[128] = "http/1.1";
#define DEFAULT_USERDB_FILE QUOTE(TURNDB)
#else
#define DEFAULT_USERDB_FILE "/usr/local/var/db/turndb"
#endif
//////TURN PARAMS STRUCTURE DEFINITION //////
#define DEFAULT_GENERAL_RELAY_SERVERS_NUMBER (1)

Loading…
Cancel
Save