rename hc128.h ctc_hc128.h
This commit is contained in:
parent
b40c5e9ebb
commit
52403f4937
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* hc128.h
|
||||
/* ctc_hc128.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -22,7 +22,7 @@
|
||||
|
||||
#ifndef NO_HC128
|
||||
|
||||
#include "hc128.h"
|
||||
#include "ctc_hc128.h"
|
||||
#include "misc.c"
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user