~ubuntu-branches/ubuntu/karmic/openssl/karmic-proposed

« back to all changes in this revision

Viewing changes to crypto/evp/c_allc.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 00:13:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205001339-tazlol313zs8u6ec
Tags: 0.9.8g-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure: Add support for lpia.
  - Replace duplicate files in the doc directory with symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        EVP_add_cipher_alias(SN_idea_cbc,"idea");
108
108
#endif
109
109
 
 
110
#ifndef OPENSSL_NO_SEED
 
111
        EVP_add_cipher(EVP_seed_ecb());
 
112
        EVP_add_cipher(EVP_seed_cfb());
 
113
        EVP_add_cipher(EVP_seed_ofb());
 
114
        EVP_add_cipher(EVP_seed_cbc());
 
115
        EVP_add_cipher_alias(SN_seed_cbc,"SEED");
 
116
        EVP_add_cipher_alias(SN_seed_cbc,"seed");
 
117
#endif
 
118
 
110
119
#ifndef OPENSSL_NO_RC2
111
120
        EVP_add_cipher(EVP_rc2_ecb());
112
121
        EVP_add_cipher(EVP_rc2_cfb());