~ubuntu-branches/ubuntu/karmic/pilot-link/karmic

« back to all changes in this revision

Viewing changes to include/pi-md5.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-02-14 23:30:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070214233059-znxrekb2mgjr0mgd
Tags: 0.12.2-1
* New upstream release
 - Closes: #410152 "pilot-link: udev rules need updating"
* debian/control: add Build-Depends: libbluetooth2-dev
 - add bluetooth support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * md5.h:  Header file for Colin Plumb's MD5 implementation.
3
 
 *         Modified by Ian Jackson so as not to use Colin Plumb's
4
 
 *         'usuals.h'.
 
2
 * $Id: pi-md5.h,v 1.6 2006/10/17 13:24:07 desrod Exp $
 
3
 *
 
4
 * pi-md5.h: Header file for Colin Plumb's MD5 implementation.
 
5
 *           Modified by Ian Jackson so as not to use Colin Plumb's
 
6
 *           'usuals.h'.
 
7
 *           
 
8
 *           Originally intended to be used for Palm password support
5
9
 * 
6
 
 *         This file is in the public domain.
 
10
 *           This file is in the public domain.
7
11
 */
8
12
 
9
13
#ifndef MD5_H