Skip to content

Commit 6b7563c

Browse files
Fix RTPCHECK functionality regressions -- make build_rtpecho_filename() SSL-build-specific to correctly integration with non-SSL builds
1 parent 9b70a67 commit 6b7563c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/rtpstream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ static unsigned long long getThreadId(pthread_t p)
199199
return retVal;
200200
}
201201

202+
#ifdef USE_TLS
202203
static std::string build_rtpecho_filename(const char* mediaName)
203204
{
204205
std::ostringstream oss;
@@ -213,6 +214,7 @@ static std::string build_rtpecho_filename(const char* mediaName)
213214

214215
return rtpecho_filename;
215216
}
217+
#endif // USE_TLS
216218

217219
void printAudioHexUS(char const* note, unsigned char const* string, unsigned int size, unsigned long long extrainfo, int moreinfo)
218220
{

0 commit comments

Comments
 (0)