rename rabbit.h ctc_rabbit.h

This commit is contained in:
Todd A Ouska
2011-06-02 14:10:05 -07:00
parent fa2b27dee5
commit fd559c6f44
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#include "ctc_des3.h"
#include "ctc_arc4.h"
#include "ctc_hc128.h"
#include "rabbit.h"
#include "ctc_rabbit.h"
#include "ctc_aes.h"
#include "ctc_md5.h"
#include "ctc_sha.h"

View File

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

View File

@ -22,7 +22,7 @@
#ifndef NO_RABBIT
#include "rabbit.h"
#include "ctc_rabbit.h"
#include "misc.c"

View File

@ -20,7 +20,7 @@
#include "ctc_dh.h"
#include "ctc_dsa.h"
#include "ctc_hc128.h"
#include "rabbit.h"
#include "ctc_rabbit.h"
#include "ctc_pwdbased.h"
#include "ctc_ripemd.h"
#ifdef HAVE_ECC

View File

@ -29,7 +29,7 @@
#include "ctc_random.h"
#include "ctc_des3.h"
#include "ctc_hc128.h"
#include "rabbit.h"
#include "ctc_rabbit.h"
#include "ctc_asn.h"
#include "ctc_md5.h"
#include "ctc_aes.h"