diff --git a/net/wpa_supplicant/DEPENDS b/net/wpa_supplicant/DEPENDS
index 61b6422..3f4fd2c 100755
--- a/net/wpa_supplicant/DEPENDS
+++ b/net/wpa_supplicant/DEPENDS
@@ -10,7 +10,7 @@ if [[ $CONFIG_EAP_SIM == y || $CONFIG_EAP_AKA == y ]]; then
fi &&
case "$CONFIG_TLS" in
-internal) ;;
+internal) depends libtommath ;;
openssl) depends SSL ;;
*) depends $CONFIG_TLS ;;
esac &&
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 9e1dc16..12cfac4 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2015-11-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Internal TLS implementation depends on libtommath
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (844e32758ade41ca2c87dbb513c4ee9452a2071b),
Ismael Luceno, 11/11/2015