~ubuntu-branches/ubuntu/maverick/libgcrypt11/maverick

« back to all changes in this revision

Viewing changes to cipher/rfc2268.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20070409112241-hflwh0go3vckaubl
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
gcry_cipher_spec_t _gcry_cipher_spec_rfc2268_40 = {
341
341
  "RFC2268_40", NULL, oids_rfc2268_40,
342
342
  RFC2268_BLOCKSIZE, 40, sizeof(RFC2268_context),
343
 
  do_setkey, do_encrypt, do_decrypt
 
343
  do_setkey, do_encrypt, do_decrypt, NULL, NULL
344
344
};
345
345