- Added Doxygen source code documentation parts (donated by Fox-IT)
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 254c8ef..100c004 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -1,6 +1,8 @@
/**
* \file ssl.h
*
+ * \brief SSL/TLS functions.
+ *
* Copyright (C) 2006-2010, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
@@ -336,7 +338,7 @@
* \brief Set the certificate verification mode
*
* \param ssl SSL context
- * \param mode can be:
+ * \param authmode can be:
*
* SSL_VERIFY_NONE: peer certificate is not checked (default),
* this is insecure and SHOULD be avoided.