~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to ssl/ssl_locl.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
#define SSL_LOW                 0x00000020L
303
303
#define SSL_MEDIUM              0x00000040L
304
304
#define SSL_HIGH                0x00000080L
 
305
#define SSL_FIPS                0x00000100L
305
306
 
306
 
/* we have used 000000ff - 24 bits left to go */
 
307
/* we have used 000001ff - 23 bits left to go */
307
308
 
308
309
/*
309
310
 * Macros to check the export status and cipher strength for export ciphers.