Reenable EcdhTest#testModifiedPublic

This test passes now, though testModifiedPublicSpec still doesn't due
to a bug fixed upstream in BoringSSL.

Bug: 36636626
Test: cts -m CtsLibcoreWycheproofConscryptTestCases
Change-Id: Ie7dd7c8a00a9fceffb6da09fac3b895acbfd5a69
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 059c465..1343edc 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1526,12 +1526,12 @@
     "com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP"
   ]
 },
+/* TODO(flooey): Remove when referenced BoringSSL change is merged */
 {
-  description: "Conscrypt fails these tests in 32-bit mode",
+  description: "Test crashes due to BoringSSL bug fixed in 61dedd68",
   bug: 36636626,
   result: EXEC_FAILED,
   names: [
-    "com.google.security.wycheproof.EcdhTest#testModifiedPublic",
     "com.google.security.wycheproof.EcdhTest#testModifiedPublicSpec"
   ]
 },