From 39b6c455ab383103a8bcb2ddb0f3ebd32f203e13 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 10 May 2005 17:02:59 +0000 Subject: [PATCH] * SMALL_CODE is now LTC_SMALL_CODE --HG-- branch : libtomcrypt extra : convert_revision : 31712ff18103a3abf23df84a00aed40d8a5f4247 --- src/headers/tomcrypt_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index d767931..7b4b76a 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -20,7 +20,7 @@ #define XCLOCKS_PER_SEC CLOCKS_PER_SEC #ifdef DROPBEAR_SMALL_CODE -#define SMALL_CODE +#define LTC_SMALL_CODE #endif /* Enable self-test test vector checking */