mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.12.4.14
This commit is contained in:
10
sha1.h
10
sha1.h
@@ -22,16 +22,16 @@
|
||||
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*
|
||||
* @(#) $Revision: 30.3 $
|
||||
* @(#) $Id: sha1.h,v 30.3 2007/07/05 17:37:41 chongo Exp $
|
||||
* @(#) $Revision: 30.4 $
|
||||
* @(#) $Id: sha1.h,v 30.4 2014/09/02 06:37:39 chongo Exp $
|
||||
* @(#) $Source: /usr/local/src/bin/calc/RCS/sha1.h,v $
|
||||
*
|
||||
* This file is not covered under version 2.1 of the GNU LGPL.
|
||||
*/
|
||||
|
||||
|
||||
#if !defined(__SHA1_H__)
|
||||
#define __SHA1_H__
|
||||
#if !defined(INCLUDE_SHA1_H)
|
||||
#define INCLUDE_SHA1_H
|
||||
|
||||
|
||||
/* SHA1_CHUNKSIZE must be a power of 2 - fixed value defined by the algorithm */
|
||||
@@ -76,4 +76,4 @@ typedef struct {
|
||||
}
|
||||
|
||||
|
||||
#endif /* !__SHA1_H__ */
|
||||
#endif /* !INCLUDE_SHA1_H */
|
||||
|
Reference in New Issue
Block a user