From e2b0efe24b74b3b76c924ceed527bc11d9b499f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 11 Aug 2015 10:38:37 +0200 Subject: [PATCH] Separate license from comments in config.h --- include/mbedtls/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 8283702c4..376de6f68 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -20,7 +20,9 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * + */ + +/* * This set of compile-time options may be used to enable * or disable features selectively, and reduce the global * memory footprint.