rename hc128.h ctc_hc128.h

This commit is contained in:
Todd A Ouska 2011-06-02 11:23:09 -07:00
parent b40c5e9ebb
commit 52403f4937
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -22,7 +22,7 @@
#ifndef NO_HC128
#include "hc128.h"
#include "ctc_hc128.h"
#include "misc.c"

View File

@ -19,7 +19,7 @@
#include "ctc_hmac.h"
#include "ctc_dh.h"
#include "ctc_dsa.h"
#include "hc128.h"
#include "ctc_hc128.h"
#include "rabbit.h"
#include "pwdbased.h"
#include "ctc_ripemd.h"

View File

@ -28,7 +28,7 @@
#include "ctc_types.h"
#include "ctc_random.h"
#include "ctc_des3.h"
#include "hc128.h"
#include "ctc_hc128.h"
#include "rabbit.h"
#include "ctc_asn.h"
#include "ctc_md5.h"