commit | 40e46940df33ecf9dfb3507affb25a5f10301b3c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:51:57 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 03 21:51:57 2009 +0000 |
tree | 2d970e39f6cec264099b1a705b8adf2704d51c05 | |
parent | 8e831edc2467e7b97e6dba109e46adec632925d0 [diff] [blame] |
- First replacement of xyssl by polarssl where needed
diff --git a/library/debug.c b/library/debug.c index 4862fc4..b2ae548 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -18,11 +18,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "xyssl/config.h" +#include "polarssl/config.h" -#if defined(XYSSL_DEBUG_C) +#if defined(POLARSSL_DEBUG_C) -#include "xyssl/debug.h" +#include "polarssl/debug.h" #include <stdarg.h> #include <stdlib.h>