Added default value comment for ssl_set_ciphersuites*()
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index d5e8e1b..eac894b 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -718,6 +718,7 @@
 
 /**
  * \brief               Set the list of allowed ciphersuites
+ *                      (Default: ssl_default_ciphersuites)
  *                      (Overrides all version specific lists)
  *
  * \param ssl           SSL context
@@ -728,6 +729,7 @@
 /**
  * \brief               Set the list of allowed ciphersuites for a specific
  *                      version of the protocol.
+ *                      (Default: ssl_default_ciphersuites)
  *                      (Only useful on the server side)
  *
  * \param ssl           SSL context