~ubuntu-branches/ubuntu/gutsy/openssl/gutsy-security

« back to all changes in this revision

Viewing changes to crypto/opensslconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2007-03-10 17:11:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070310171146-ekahy2avht7qdc4f
Tags: 0.9.8e-4
openssl should depend on libssl0.9.8 0.9.8e-1 since it 
uses some of the defines that changed to functions.
Other things build against libssl or libcrypto shouldn't 
have this problem since they use the old headers.
(Closes: #414283)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef OPENSSL_NO_RC5
23
23
# define OPENSSL_NO_RC5
24
24
#endif
 
25
#ifndef OPENSSL_NO_RFC3779
 
26
# define OPENSSL_NO_RFC3779
 
27
#endif
25
28
 
26
29
#endif /* OPENSSL_DOING_MAKEDEPEND */
27
30
#ifndef OPENSSL_THREADS
54
57
# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
55
58
#  define NO_RC5
56
59
# endif
 
60
# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
 
61
#  define NO_RFC3779
 
62
# endif
57
63
#endif
58
64
 
59
65
#define OPENSSL_CPUID_OBJ