rename misc.h ctc_misc.h
This commit is contained in:
parent
9d2dd9c02c
commit
668e66964b
@ -1,4 +1,4 @@
|
||||
/* misc.h
|
||||
/* ctc_misc.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -25,7 +25,7 @@
|
||||
#include "error.h"
|
||||
#include "logging.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "des3.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "ctc_md4.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "ctc_md5.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
|
||||
/* 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.,
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "sha512.h"
|
||||
#endif
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "ctc_ripemd.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "ctc_sha.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "sha256.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "sha512.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "misc.h"
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
#include "misc.c"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user