~ubuntu-branches/ubuntu/utopic/openssl/utopic

« back to all changes in this revision

Viewing changes to crypto/rc5/rc5.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2011-04-02 13:19:19 UTC
  • mfrom: (1.2.1 upstream) (11.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20110402131919-anszuslper64ey9e
Tags: 1.0.0d-1
* New upstream version
  - Fixes CVE-2011-0014
* Make libssl-doc Replaces/Breaks with old libssl-dev packages
  (Closes: #607609)
* Only export the symbols we should, instead of all.
* Add symbol file.
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
95
95
        } RC5_32_KEY;
96
96
 
97
 
#ifdef OPENSSL_FIPS 
98
 
void private_RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
99
 
        int rounds);
100
 
#endif
 
97
 
101
98
void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
102
99
        int rounds);
103
100
void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,