From 1a76f0cd2689198212fd6968394a1cba2a5f3b26 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 2 May 2019 13:11:26 -0700 Subject: [PATCH] Remove leading unicode UTF-8[a] BOM characters (EF BB BF). Searched through repo and atmel.c was only one. --- wolfcrypt/src/port/atmel/atmel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/port/atmel/atmel.c b/wolfcrypt/src/port/atmel/atmel.c index c2445d724..a7f335b5e 100644 --- a/wolfcrypt/src/port/atmel/atmel.c +++ b/wolfcrypt/src/port/atmel/atmel.c @@ -1,4 +1,4 @@ -/* atmel.c +/* atmel.c * * Copyright (C) 2006-2019 wolfSSL Inc. *