Remove reference to utility program for RFC 3526/7919 verification
diff --git a/include/mbedtls/dhm.h b/include/mbedtls/dhm.h
index de81869..460ee7f 100644
--- a/include/mbedtls/dhm.h
+++ b/include/mbedtls/dhm.h
@@ -299,8 +299,6 @@
  *   hence the corresponding subgroup has order (p-1)/2 and avoids leaking a
  *   bit in the private exponent).
  *
- * The above description can be validated using the
- * the program programs/util/rfc_3526_7919_verify.
  */
 
 #if !defined(MBEDTLS_DEPRECATED_REMOVED)