changeset 222:36160290a1b2 libtomcrypt LTC_DB_0.46

* change include path of options.h * don't use the constant ROL/ROR operations, since compilers seem to have problems
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 19:13:24 +0000
parents 7adce1fbdbff
children 809b681a9af5
files src/headers/tomcrypt_custom.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/headers/tomcrypt_custom.h	Wed Jul 06 13:31:04 2005 +0000
+++ b/src/headers/tomcrypt_custom.h	Fri Jul 08 19:13:24 2005 +0000
@@ -2,7 +2,7 @@
 #define TOMCRYPT_CUSTOM_H_
 
 /* this will sort out which stuff based on the user-config in options.h */
-#include "../options.h"
+#include "options.h"
 
 /* macros for various libc functions you can change for embedded targets */
 #define XMALLOC  malloc
@@ -20,6 +20,9 @@
 #define LTC_SMALL_CODE
 #endif
 
+/* These spit out warnings etc */
+#define LTC_NO_ROLC
+
 /* Enable self-test test vector checking */
 /* Not for dropbear */
 //#define LTC_TEST