This commit is contained in:
Paul Bakker 2009-01-03 21:24:11 +00:00
parent 5121ce5bdb
commit 8e831edc24
8 changed files with 17 additions and 17 deletions

View file

@ -7,10 +7,10 @@
#ifndef XYSSL_OPENSSL_H
#define XYSSL_OPENSSL_H
#include "xyssl/aes.h"
#include "xyssl/md5.h"
#include "xyssl/rsa.h"
#include "xyssl/sha1.h"
#include "polarssl/aes.h"
#include "polarssl/md5.h"
#include "polarssl/rsa.h"
#include "polarssl/sha1.h"
#define AES_SIZE 16
#define AES_BLOCK_SIZE 16