Browse Source

Fixed compilation for OpenSSL

Paul-Louis Ageneau 5 years ago
parent
commit
dadecce709
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/dtlstransport.cpp

+ 4 - 0
src/dtlstransport.cpp

@@ -414,6 +414,10 @@ void DtlsTransport::incoming(message_ptr message) {
 	mIncomingQueue.push(message);
 }
 
+void DtlsTransport::postCreation() {
+	// Dummy
+}
+
 void DtlsTransport::postHandshake() {
 	// Dummy
 }