- First replacement of xyssl by polarssl where needed

This commit is contained in:
Paul Bakker 2009-01-03 21:51:57 +00:00
parent 8e831edc24
commit 40e46940df
70 changed files with 833 additions and 1201 deletions

View file

@ -24,14 +24,14 @@
* programming_guide.pdf
*/
#include "xyssl/config.h"
#include "polarssl/config.h"
#if defined(XYSSL_PADLOCK_C)
#if defined(POLARSSL_PADLOCK_C)
#include "xyssl/aes.h"
#include "xyssl/padlock.h"
#include "polarssl/aes.h"
#include "polarssl/padlock.h"
#if defined(XYSSL_HAVE_X86)
#if defined(POLARSSL_HAVE_X86)
#include <string.h>