rename pwdbased.h ctc_pwdbased.h

This commit is contained in:
Todd A Ouska
2011-06-02 11:31:41 -07:00
parent 62bdc628c8
commit fa2b27dee5
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -29,7 +29,7 @@
#include "ctc_sha.h" #include "ctc_sha.h"
#include "ctc_md5.h" #include "ctc_md5.h"
#include "ctc_error.h" #include "ctc_error.h"
#include "pwdbased.h" #include "ctc_pwdbased.h"
#include "ctc_des3.h" #include "ctc_des3.h"
#include "sha256.h" #include "sha256.h"
#include "logging.h" #include "logging.h"

View File

@@ -22,7 +22,7 @@
#ifndef NO_PWDBASED #ifndef NO_PWDBASED
#include "pwdbased.h" #include "ctc_pwdbased.h"
#include "ctc_hmac.h" #include "ctc_hmac.h"
#include "ctc_integer.h" #include "ctc_integer.h"
#include "ctc_error.h" #include "ctc_error.h"

View File

@@ -21,7 +21,7 @@
#include "ctc_dsa.h" #include "ctc_dsa.h"
#include "ctc_hc128.h" #include "ctc_hc128.h"
#include "rabbit.h" #include "rabbit.h"
#include "pwdbased.h" #include "ctc_pwdbased.h"
#include "ctc_ripemd.h" #include "ctc_ripemd.h"
#ifdef HAVE_ECC #ifdef HAVE_ECC
#include "ctc_ecc.h" #include "ctc_ecc.h"