~ubuntu-branches/ubuntu/hardy/nettle/hardy

« back to all changes in this revision

Viewing changes to sha.h

  • Committer: Bazaar Package Importer
  • Author(s): Magnus Holmgren
  • Date: 2007-03-01 19:29:49 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070301192949-u92jo7nu3ohbcum7
Tags: 1.15-1
* New maintainer (Closes: #411677).
* New upstream version. The non-free IETF RFC has been removed by
  upstream.
* Updated Standards-Version to 3.7.2 without any changes.
* Converted doc-base and copyright files to UTF-8.
* Added extra cleanup to clean target of debian/rules so that
  dpkg-buildpackage can be run more than once.
* debian/watch: updated.
* debian/control: added autotools-dev as a build-dependency.
* debian/rules: don't include config.guess and config.sub in
  .diff.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include "nettle-types.h"
30
30
 
 
31
#ifdef __cplusplus
 
32
extern "C" {
 
33
#endif
 
34
 
31
35
/* Name mangling */
32
36
#define sha1_init nettle_sha1_init
33
37
#define sha1_update nettle_sha1_update
99
103
              unsigned length,
100
104
              uint8_t *digest);
101
105
 
 
106
#ifdef __cplusplus
 
107
}
 
108
#endif
102
109
 
103
110
#endif /* NETTLE_SHA_H_INCLUDED */