X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a6d4e93cb55b2cdfbdcb84a57ff3a3609325ec47..f3ffd5a24f6e4488505ff1c98bc6512dff5a69ed:/common/polarssl/aes.h?ds=inline

diff --git a/common/polarssl/aes.h b/common/polarssl/aes.h
index 946bd87d..299cb4cd 100644
--- a/common/polarssl/aes.h
+++ b/common/polarssl/aes.h
@@ -125,7 +125,6 @@ int aes_crypt_ecb( aes_context *ctx,
                     int mode,
                     const unsigned char input[16],
                     unsigned char output[16] );
-
 #if defined(POLARSSL_CIPHER_MODE_CBC)
 /**
  * \brief          AES-CBC buffer encryption/decryption