blob: 19faff6cc5680e5225934ea03f084ea932861a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aj,v 1.5 2001/05/11 22:14:11 tron Exp $
--- e_os.h.orig Thu Sep 21 11:23:14 2000
+++ e_os.h Sat May 12 00:03:27 2001
@@ -1,4 +1,3 @@
-/* e_os.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -297,7 +296,7 @@
typedef unsigned long clock_t;
# endif
-# define OPENSSL_CONF "openssl.cnf"
+# define OPENSSL_CONF "etc/openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF
# define RFILE ".rnd"
# define LIST_SEPARATOR_CHAR ':'
|