From fa2b27dee54a61a5c5eb064586bcd2c9c1c8a7a7 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Thu, 2 Jun 2011 11:31:41 -0700 Subject: [PATCH] rename pwdbased.h ctc_pwdbased.h --- ctaocrypt/include/{pwdbased.h => ctc_pwdbased.h} | 2 +- ctaocrypt/src/asn.c | 2 +- ctaocrypt/src/pwdbased.c | 2 +- ctaocrypt/test/test.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename ctaocrypt/include/{pwdbased.h => ctc_pwdbased.h} (98%) diff --git a/ctaocrypt/include/pwdbased.h b/ctaocrypt/include/ctc_pwdbased.h similarity index 98% rename from ctaocrypt/include/pwdbased.h rename to ctaocrypt/include/ctc_pwdbased.h index 13d4654d7..35a39961a 100644 --- a/ctaocrypt/include/pwdbased.h +++ b/ctaocrypt/include/ctc_pwdbased.h @@ -1,4 +1,4 @@ -/* pwdbased.h +/* ctc_pwdbased.h * * Copyright (C) 2006-2011 Sawtooth Consulting Ltd. * diff --git a/ctaocrypt/src/asn.c b/ctaocrypt/src/asn.c index c5bf2ebe6..951655f79 100644 --- a/ctaocrypt/src/asn.c +++ b/ctaocrypt/src/asn.c @@ -29,7 +29,7 @@ #include "ctc_sha.h" #include "ctc_md5.h" #include "ctc_error.h" -#include "pwdbased.h" +#include "ctc_pwdbased.h" #include "ctc_des3.h" #include "sha256.h" #include "logging.h" diff --git a/ctaocrypt/src/pwdbased.c b/ctaocrypt/src/pwdbased.c index 5250dee4e..a96aadad0 100644 --- a/ctaocrypt/src/pwdbased.c +++ b/ctaocrypt/src/pwdbased.c @@ -22,7 +22,7 @@ #ifndef NO_PWDBASED -#include "pwdbased.h" +#include "ctc_pwdbased.h" #include "ctc_hmac.h" #include "ctc_integer.h" #include "ctc_error.h" diff --git a/ctaocrypt/test/test.c b/ctaocrypt/test/test.c index 61a9e9094..ee2369fce 100644 --- a/ctaocrypt/test/test.c +++ b/ctaocrypt/test/test.c @@ -21,7 +21,7 @@ #include "ctc_dsa.h" #include "ctc_hc128.h" #include "rabbit.h" -#include "pwdbased.h" +#include "ctc_pwdbased.h" #include "ctc_ripemd.h" #ifdef HAVE_ECC #include "ctc_ecc.h"