From fd559c6f440fd8a69ece0cedc0f98579895da2d4 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Thu, 2 Jun 2011 14:10:05 -0700 Subject: [PATCH] rename rabbit.h ctc_rabbit.h --- ctaocrypt/benchmark/benchmark.c | 2 +- ctaocrypt/include/{rabbit.h => ctc_rabbit.h} | 2 +- ctaocrypt/src/rabbit.c | 2 +- ctaocrypt/test/test.c | 2 +- include/cyassl_int.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename ctaocrypt/include/{rabbit.h => ctc_rabbit.h} (98%) diff --git a/ctaocrypt/benchmark/benchmark.c b/ctaocrypt/benchmark/benchmark.c index 730942684..22770c150 100644 --- a/ctaocrypt/benchmark/benchmark.c +++ b/ctaocrypt/benchmark/benchmark.c @@ -7,7 +7,7 @@ #include "ctc_des3.h" #include "ctc_arc4.h" #include "ctc_hc128.h" -#include "rabbit.h" +#include "ctc_rabbit.h" #include "ctc_aes.h" #include "ctc_md5.h" #include "ctc_sha.h" diff --git a/ctaocrypt/include/rabbit.h b/ctaocrypt/include/ctc_rabbit.h similarity index 98% rename from ctaocrypt/include/rabbit.h rename to ctaocrypt/include/ctc_rabbit.h index b077ae9da..a4a04acb5 100644 --- a/ctaocrypt/include/rabbit.h +++ b/ctaocrypt/include/ctc_rabbit.h @@ -1,4 +1,4 @@ -/* rabbit.h +/* ctc_rabbit.h * * Copyright (C) 2006-2011 Sawtooth Consulting Ltd. * diff --git a/ctaocrypt/src/rabbit.c b/ctaocrypt/src/rabbit.c index 2cb5241a7..94173a98c 100644 --- a/ctaocrypt/src/rabbit.c +++ b/ctaocrypt/src/rabbit.c @@ -22,7 +22,7 @@ #ifndef NO_RABBIT -#include "rabbit.h" +#include "ctc_rabbit.h" #include "misc.c" diff --git a/ctaocrypt/test/test.c b/ctaocrypt/test/test.c index ee2369fce..e877ce008 100644 --- a/ctaocrypt/test/test.c +++ b/ctaocrypt/test/test.c @@ -20,7 +20,7 @@ #include "ctc_dh.h" #include "ctc_dsa.h" #include "ctc_hc128.h" -#include "rabbit.h" +#include "ctc_rabbit.h" #include "ctc_pwdbased.h" #include "ctc_ripemd.h" #ifdef HAVE_ECC diff --git a/include/cyassl_int.h b/include/cyassl_int.h index 02f4f5e32..1ae4b4806 100644 --- a/include/cyassl_int.h +++ b/include/cyassl_int.h @@ -29,7 +29,7 @@ #include "ctc_random.h" #include "ctc_des3.h" #include "ctc_hc128.h" -#include "rabbit.h" +#include "ctc_rabbit.h" #include "ctc_asn.h" #include "ctc_md5.h" #include "ctc_aes.h"