~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sha1.c

  • Committer: Brian Aker
  • Date: 2010-12-16 20:06:09 UTC
  • Revision ID: brian@tangent.org-20101216200609-xigmi0vbldradofi
I've mentioned this to Paul. Once we have the bits in for session around
thread he will go in and fix what he needs to fix. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/*
7
7
 * SHA-1 in C
8
8
 * 
9
 
 * Copyright (C) 2010 nobody (this is public domain)
10
 
 *
11
9
 * This file is based on public domain code.
12
10
 * Initial source code is in the public domain, 
13
11
 * so clarified by Steve Reid <steve@edmweb.com>