forked from wolfSSL/wolfssl
rename misc.h ctc_misc.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* misc.h
|
/* ctc_misc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||||
*
|
*
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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.,
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user