[saco] Rename sha1.cpp/.h to fhicl-sha1.cpp/.h

Due to a object file conflict with RakNet's SHA1
This commit is contained in:
RD42 2024-02-06 21:23:49 +08:00
parent 27fecef578
commit 1f16817ef0
3 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
/* /*
* sha1.cpp * fhicl-sha1.cpp
* *
* Copyright (C) 1998, 2009 * Copyright (C) 1998, 2009
* Paul E. Jones <paulej@packetizer.com> * Paul E. Jones <paulej@packetizer.com>
* All Rights Reserved. * All Rights Reserved.
* *
***************************************************************************** *****************************************************************************
* $Id: sha1.cpp 12 2009-06-22 19:34:25Z paulej $ * $Id: fhicl-sha1.cpp 12 2009-06-22 19:34:25Z paulej $
***************************************************************************** *****************************************************************************
* *
* Description: * Description:
@ -37,7 +37,7 @@
* *
*/ */
#include "sha1.h" #include "fhicl-sha1.h"
namespace fhicl { namespace fhicl {

View File

@ -1,12 +1,12 @@
/* /*
* sha1.h * fhicl-sha1.h
* *
* Copyright (C) 1998, 2009 * Copyright (C) 1998, 2009
* Paul E. Jones <paulej@packetizer.com> * Paul E. Jones <paulej@packetizer.com>
* All Rights Reserved. * All Rights Reserved.
* *
***************************************************************************** *****************************************************************************
* $Id: sha1.h 12 2009-06-22 19:34:25Z paulej $ * $Id: fhicl-sha1.h 12 2009-06-22 19:34:25Z paulej $
***************************************************************************** *****************************************************************************
* *
* Description: * Description:
@ -17,7 +17,7 @@
* character names, were used because those were the names used * character names, were used because those were the names used
* in the publication. * in the publication.
* *
* Please read the file sha1.cpp for more information. * Please read the file fhicl-sha1.cpp for more information.
* *
*/ */

View File

@ -429,6 +429,12 @@
<File <File
RelativePath=".\exceptions.cpp"> RelativePath=".\exceptions.cpp">
</File> </File>
<File
RelativePath=".\fhicl-sha1.cpp">
</File>
<File
RelativePath=".\fhicl-sha1.h">
</File>
<File <File
RelativePath=".\filesystem.cpp"> RelativePath=".\filesystem.cpp">
</File> </File>
@ -477,12 +483,6 @@
<File <File
RelativePath=".\saco.rc"> RelativePath=".\saco.rc">
</File> </File>
<File
RelativePath=".\sha1.cpp">
</File>
<File
RelativePath=".\sha1.h">
</File>
<File <File
RelativePath=".\subclass.cpp"> RelativePath=".\subclass.cpp">
</File> </File>