commit | 8e831edc2467e7b97e6dba109e46adec632925d0 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:24:11 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:24:11 2009 +0000 |
tree | 98999553e9f911f7a5cba2ed0c5f5aae6fdcbfaa | |
parent | 5121ce5bdbc92e134a42220a1aa23f95037c7625 [diff] [blame] |
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 0006754..f34db57 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h
@@ -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