summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-aj
blob: bc70fc46a557ca061e89d825d73f1aa7fbc73965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** e_os.h.orig	Thu Sep 21 04:23:14 2000
--- e_os.h	Sat Apr  7 13:19:47 2001
***************
*** 1,4 ****
- /* e_os.h */
  /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
   * All rights reserved.
   *
--- 1,3 ----
***************
*** 297,303 ****
         typedef unsigned long clock_t;
  #    endif
  
! #    define OPENSSL_CONF	"openssl.cnf"
  #    define SSLEAY_CONF		OPENSSL_CONF
  #    define RFILE		".rnd"
  #    define LIST_SEPARATOR_CHAR ':'
--- 296,302 ----
         typedef unsigned long clock_t;
  #    endif
  
! #    define OPENSSL_CONF	"etc/openssl.cnf"
  #    define SSLEAY_CONF		OPENSSL_CONF
  #    define RFILE		".rnd"
  #    define LIST_SEPARATOR_CHAR ':'