~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to crypto/opensslconf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
7
7
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
 
8
#define ENGINESDIR "/usr/local/lib/engines"
8
9
#define OPENSSLDIR "/usr/local/ssl"
9
10
#endif
10
11
#endif