summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-aj
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-05-11 22:14:09 +0000
committertron <tron@pkgsrc.org>2001-05-11 22:14:09 +0000
commit038a4c069d1e8d0e52a640c90596b6499c956790 (patch)
tree80da85ef33b69b5bc189168e38ad09f5521b9f00 /security/openssl/patches/patch-aj
parent1403928fb7146f4e3fc7ee155f1848230f018a36 (diff)
downloadpkgsrc-038a4c069d1e8d0e52a640c90596b6499c956790.tar.gz
Convert all patches to unified output format.
Diffstat (limited to 'security/openssl/patches/patch-aj')
-rw-r--r--security/openssl/patches/patch-aj44
1 files changed, 18 insertions, 26 deletions
diff --git a/security/openssl/patches/patch-aj b/security/openssl/patches/patch-aj
index bc70fc46a55..19faff6cc56 100644
--- a/security/openssl/patches/patch-aj
+++ b/security/openssl/patches/patch-aj
@@ -1,26 +1,18 @@
-*** 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 ':'
+$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 ':'