Skip to content
Snippets Groups Projects
Commit 11373647 authored by Matt Johnston's avatar Matt Johnston
Browse files

* 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
parent b15ae667
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment