From 11373647c3a50f8116b0af59582c6bb6be6514ab Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Fri, 8 Jul 2005 19:13:24 +0000
Subject: [PATCH] * 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
---
 src/headers/tomcrypt_custom.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h
index eaa8eddf..558db5d8 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
-- 
GitLab