~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sha1.h

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
/**
14
14
 * @addtogroup sha1 SHA-1 in C
15
 
 *
16
 
 * Copyright (C) 2010 nobody (this is public domain)
17
 
 *
18
 
 * This file is based on public domain code.
19
 
 * Initial source code is in the public domain, 
20
 
 * so clarified by Steve Reid <steve@edmweb.com>
21
 
 *
 
15
 * By Steve Reid <steve@edmweb.com>
 
16
 * 100% Public Domain
22
17
 * @{
23
18
 */
24
19