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

« back to all changes in this revision

Viewing changes to crypto/des/des_ver.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:
67
67
#define DES_version OSSL_DES_version
68
68
#define libdes_version OSSL_libdes_version
69
69
 
70
 
OPENSSL_EXTERN const char *OSSL_DES_version;    /* SSLeay version string */
71
 
OPENSSL_EXTERN const char *OSSL_libdes_version; /* old libdes version string */
 
70
OPENSSL_EXTERN const char OSSL_DES_version[];   /* SSLeay version string */
 
71
OPENSSL_EXTERN const char OSSL_libdes_version[];        /* old libdes version string */