Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Oct 20, 2015
1 parent 98c26b0 commit 83ca21f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
10/11/2015 Oleg Moskalenko <[email protected]>
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 <[email protected]>
Version 4.5.0.2 'dan Eider':
Expand Down
8 changes: 0 additions & 8 deletions src/apps/relay/mainrelay.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ char HTTP_ALPN[128] = "http/1.1";

////// TURNDB //////////////

#if defined(TURNDB)

#if defined(Q)
#undef Q
#endif
Expand All @@ -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)
Expand Down

0 comments on commit 83ca21f

Please sign in to comment.