diff options
author | tv <tv> | 1999-04-30 15:19:13 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-30 15:19:13 +0000 |
commit | 86cfaa9f5439725f1a43f69eefc6545b0252c58e (patch) | |
tree | b2910fb3988ec1037d99cded1473c28ecfdb7d0f /security/openssl/patches/patch-ai | |
parent | 95675686a048a7230a6a99efeaa38676ed93ba89 (diff) | |
download | pkgsrc-86cfaa9f5439725f1a43f69eefc6545b0252c58e.tar.gz |
Import OpenSSL 0.9.2b pkg, a package which finally updates and fixes many
deficiencies in SSLeay. Intended to be a drop-in replacement for SSLeay
(and still provides the command-prompt interface as "ssleay").
Diffstat (limited to 'security/openssl/patches/patch-ai')
-rw-r--r-- | security/openssl/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openssl/patches/patch-ai b/security/openssl/patches/patch-ai new file mode 100644 index 00000000000..361ee9c6d80 --- /dev/null +++ b/security/openssl/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1.1.1 1999/04/30 15:19:13 tv Exp $ + +--- apps/ca.c.orig Fri Apr 30 10:51:58 1999 ++++ apps/ca.c Fri Apr 30 10:52:06 1999 +@@ -83,7 +83,7 @@ + #define PROG ca_main + + #define BASE_SECTION "ca" +-#define CONFIG_FILE "lib/openssl.cnf" ++#define CONFIG_FILE "etc/openssl.cnf" + + #define ENV_DEFAULT_CA "default_ca" + |