~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to crypto/evp/evp_locl.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2007-03-10 17:11:46 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20070310171146-uo85b7ii5pi1unm2
Tags: upstream-0.9.8e
ImportĀ upstreamĀ versionĀ 0.9.8e

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        bl = ctx->cipher->block_size;\
66
66
        if(inl < bl) return 1;\
67
67
        inl -= bl; \
68
 
        for(i=0; i <= inl; i+=bl) \
 
68
        for(i=0; i <= inl; i+=bl) 
69
69
 
70
70
#define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
71
71
static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \