Removed openssl from the mfu-stuff

This commit is contained in:
Martin Holst Swende 2015-01-22 21:02:21 +01:00
commit afceaf4018
3 changed files with 356 additions and 259 deletions

View file

@ -28,7 +28,13 @@
#define POLARSSL_DES_H
//#include "config.h"
/**
* \def POLARSSL_CIPHER_MODE_CBC
*
* Enable Cipher Block Chaining mode (CBC) for symmetric ciphers.
*/
#define POLARSSL_CIPHER_MODE_CBC
#include <string.h>
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)