~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to cipher/whirlpool.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-02-21 13:46:58 UTC
  • mto: (1.1.6 upstream) (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090221134658-855twvcr4ezk2ron
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <stdio.h>
34
34
#include <stdlib.h>
35
35
#include <string.h>
36
 
#include <assert.h>
37
36
 
38
37
#include "types.h"
39
38
#include "g10lib.h"
1350
1349
      buffer_size >>= 8;
1351
1350
      carry >>= 8;
1352
1351
    }
1353
 
  assert (! (buffer_size || carry));
 
1352
  gcry_assert (! (buffer_size || carry));
1354
1353
}
1355
1354
 
1356
1355
static void