- Removed extraneous "polarssl/" in front on include directives in header files

This commit is contained in:
Paul Bakker 2011-08-15 09:07:52 +00:00
parent 33aac37d53
commit 314052fbfc
12 changed files with 27 additions and 27 deletions

View file

@ -27,7 +27,7 @@
#ifndef POLARSSL_PADLOCK_H
#define POLARSSL_PADLOCK_H
#include "polarssl/aes.h"
#include "aes.h"
#define POLARSSL_ERR_PADLOCK_DATA_MISALIGNED -0x0030 /**< Input data should be aligned. */