Release calc version 2.12.4.14

This commit is contained in:
Landon Curt Noll
2014-09-21 22:28:35 -07:00
parent cc2f6f7b85
commit ed4b56d1ec
88 changed files with 1688 additions and 1243 deletions

10
sha1.h
View File

@@ -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 */