diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index f1676e8878eebd7af396570c3f2011f46b80ba4a..961a8dd6ce863fbbf4b88f7a0546d5b14d7f0c7f 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1 @@
-40e39c8a266d54e30e7635b94031e55d84433d2513e16a71332e5f3d1abe575d0d1685153636547819a7df6b5d765a2608fa9fffa0a9d059f3d05bd9e3c5b83b  opendht-2.1.9.1.tar.gz
\ No newline at end of file
+0659a45ee27a62498673bf6c98aa47287bc89361b7a26f27d360b12b9162cf35feb26cd11b486b4a6b18c26ca8bfc7c8b483f53ed5d3b001fb6d528e9671ff8c  opendht-2.1.9.3.tar.gz
\ No newline at end of file
diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 93abd1b21e41a0fe393a9148ce0cdee5e604de9c..3ae5bb34fd912daea4fdc4d9c85fa62b9fbedf24 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := 2.1.9.1
+OPENDHT_VERSION := 2.1.9.3
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
diff --git a/src/jamidht/jamiaccount.cpp b/src/jamidht/jamiaccount.cpp
index 47fe565ea8fd94c7e1619d3ce9429b2f2bf3359c..969ebfe1e28abaa90d41aea10e805272c8b129fa 100644
--- a/src/jamidht/jamiaccount.cpp
+++ b/src/jamidht/jamiaccount.cpp
@@ -223,7 +223,7 @@ static const std::string PEER_DISCOVERY_JAMI_SERVICE = "jami";
 const constexpr auto PEER_DISCOVERY_EXPIRATION = std::chrono::minutes(1);
 
 constexpr const char* const JamiAccount::ACCOUNT_TYPE;
-/* constexpr */ const std::pair<uint16_t, uint16_t> JamiAccount::DHT_PORT_RANGE {4000, 8888};
+constexpr const std::pair<uint16_t, uint16_t> JamiAccount::DHT_PORT_RANGE {4000, 8888};
 
 using ValueIdDist = std::uniform_int_distribution<dht::Value::Id>;