From 02f61692ef423e32dafb8b118fd6f4c266735bfb Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Thu, 15 Mar 2012 10:54:25 +0000
Subject: [PATCH] - Removed trailing char
---
library/cipher_wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index 5da590e9b3..99e5092873 100644
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
@@ -43,7 +43,7 @@
#if defined(POLARSSL_DES_C)
#include "polarssl/des.h"
-#endif;
+#endif
#include