* change include path of options.h
* don't use the constant ROL/ROR operations, since compilers
  seem to have problems

--HG--
branch : libtomcrypt
extra : convert_revision : a5339aefe18c8863fbe57b5be56e6cfb7f2075b5
diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h
index eaa8edd..558db5d 100644
--- a/src/headers/tomcrypt_custom.h
+++ b/src/headers/tomcrypt_custom.h
@@ -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