rename misc.h ctc_misc.h

This commit is contained in:
Todd A Ouska
2011-06-02 11:02:11 -07:00
parent 9d2dd9c02c
commit 668e66964b
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
/* misc.h /* ctc_misc.h
* *
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd. * Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
* *

View File

@@ -25,7 +25,7 @@
#include "error.h" #include "error.h"
#include "logging.h" #include "logging.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -24,7 +24,7 @@
#include "des3.h" #include "des3.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -24,7 +24,7 @@
#include "ctc_md4.h" #include "ctc_md4.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -22,7 +22,7 @@
#include "ctc_md5.h" #include "ctc_md5.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -20,7 +20,7 @@
*/ */
#include "misc.h" #include "ctc_misc.h"
/* inlining these functions is a huge speed increase and a small size decrease, /* inlining these functions is a huge speed increase and a small size decrease,
because the functions are smaller than function call setup/cleanup, e.g., because the functions are smaller than function call setup/cleanup, e.g.,

View File

@@ -30,7 +30,7 @@
#include "sha512.h" #include "sha512.h"
#endif #endif
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -24,7 +24,7 @@
#include "ctc_ripemd.h" #include "ctc_ripemd.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -22,7 +22,7 @@
#include "ctc_sha.h" #include "ctc_sha.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -27,7 +27,7 @@
#include "sha256.h" #include "sha256.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif

View File

@@ -24,7 +24,7 @@
#include "sha512.h" #include "sha512.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "misc.h" #include "ctc_misc.h"
#else #else
#include "misc.c" #include "misc.c"
#endif #endif