forked from wolfSSL/wolfssl
rename rabbit.h ctc_rabbit.h
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include "ctc_des3.h"
|
#include "ctc_des3.h"
|
||||||
#include "ctc_arc4.h"
|
#include "ctc_arc4.h"
|
||||||
#include "ctc_hc128.h"
|
#include "ctc_hc128.h"
|
||||||
#include "rabbit.h"
|
#include "ctc_rabbit.h"
|
||||||
#include "ctc_aes.h"
|
#include "ctc_aes.h"
|
||||||
#include "ctc_md5.h"
|
#include "ctc_md5.h"
|
||||||
#include "ctc_sha.h"
|
#include "ctc_sha.h"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* rabbit.h
|
/* ctc_rabbit.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||||
*
|
*
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifndef NO_RABBIT
|
#ifndef NO_RABBIT
|
||||||
|
|
||||||
#include "rabbit.h"
|
#include "ctc_rabbit.h"
|
||||||
#include "misc.c"
|
#include "misc.c"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#include "ctc_dh.h"
|
#include "ctc_dh.h"
|
||||||
#include "ctc_dsa.h"
|
#include "ctc_dsa.h"
|
||||||
#include "ctc_hc128.h"
|
#include "ctc_hc128.h"
|
||||||
#include "rabbit.h"
|
#include "ctc_rabbit.h"
|
||||||
#include "ctc_pwdbased.h"
|
#include "ctc_pwdbased.h"
|
||||||
#include "ctc_ripemd.h"
|
#include "ctc_ripemd.h"
|
||||||
#ifdef HAVE_ECC
|
#ifdef HAVE_ECC
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
#include "ctc_des3.h"
|
#include "ctc_des3.h"
|
||||||
#include "ctc_hc128.h"
|
#include "ctc_hc128.h"
|
||||||
#include "rabbit.h"
|
#include "ctc_rabbit.h"
|
||||||
#include "ctc_asn.h"
|
#include "ctc_asn.h"
|
||||||
#include "ctc_md5.h"
|
#include "ctc_md5.h"
|
||||||
#include "ctc_aes.h"
|
#include "ctc_aes.h"
|
||||||
|
Reference in New Issue
Block a user