bmcweb: srcrev bump 8549b951ff..3544d2a719

Ed Tanous (1):
      Use ranges

Jonathan Doman (2):
      Flush each log message
      Fix duplicate entries in session userGroups

Michal Orzel (1):
      mTLS: Fix handshake failures

Change-Id: If23afe251d2cde818ea633fd0e7410bdda4a78b2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 19471a1..e135e6b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "8549b951ff911b7a491f08d3e23c61ceeada6f8f"
+SRCREV = "3544d2a719c8bb7b07f9a39f61a3770ec84b909f"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"