rename des3.h ctc_des3.h

This commit is contained in:
Todd A Ouska 2011-06-02 11:20:47 -07:00
parent 5fc7dcadc0
commit b40c5e9ebb
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
#include <string.h>
#include <stdio.h>
#include "des3.h"
#include "ctc_des3.h"
#include "ctc_arc4.h"
#include "hc128.h"
#include "rabbit.h"

View File

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

View File

@ -30,7 +30,7 @@
#include "ctc_md5.h"
#include "ctc_error.h"
#include "pwdbased.h"
#include "des3.h"
#include "ctc_des3.h"
#include "sha256.h"
#include "logging.h"

View File

@ -22,7 +22,7 @@
#ifndef NO_DES3
#include "des3.h"
#include "ctc_des3.h"
#ifdef NO_INLINE
#include "ctc_misc.h"
#else

View File

@ -14,7 +14,7 @@
#include "ctc_random.h"
#include "ctc_coding.h"
#include "ctc_asn.h"
#include "des3.h"
#include "ctc_des3.h"
#include "ctc_aes.h"
#include "ctc_hmac.h"
#include "ctc_dh.h"

View File

@ -27,7 +27,7 @@
#include "ctc_types.h"
#include "ctc_random.h"
#include "des3.h"
#include "ctc_des3.h"
#include "hc128.h"
#include "rabbit.h"
#include "ctc_asn.h"

View File

@ -37,7 +37,7 @@
/* openssl headers end, cyassl internal headers next */
#include "ctc_hmac.h"
#include "ctc_random.h"
#include "des3.h"
#include "ctc_des3.h"
#include "ctc_md4.h"
#endif