commit | f3ccc681001b8bc3a74e060597203a682072d6f6 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Mar 18 21:21:02 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Mar 18 21:21:02 2010 +0000 |
tree | bd4d553792b8f9b5e4ab4794404b8ccd6ca494a1 | |
parent | 4fc45522f12793bbce33c1fbb37e15b2818ff72c [diff] [blame] |
- Fixed cipher interface for encrypt/decrypt functions
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index cde76ae..cccc55d 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h
@@ -38,6 +38,8 @@ #define PADLOCK_ALIGN16(x) (unsigned long *) (16 + ((long) x & ~15)) +#define POLARSSL_ERR_PADLOCK_DATA_MISALIGNED -0x08E0 + #ifdef __cplusplus extern "C" { #endif