summaryrefslogtreecommitdiff
path: root/security/bjorb/files/patch-Config-staff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/bjorb/files/patch-Config-staff.cc')
-rw-r--r--security/bjorb/files/patch-Config-staff.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/bjorb/files/patch-Config-staff.cc b/security/bjorb/files/patch-Config-staff.cc
deleted file mode 100644
index c048f2edd648..000000000000
--- a/security/bjorb/files/patch-Config-staff.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- Config-staff.cc.orig Fri Feb 21 10:27:31 2003
-+++ Config-staff.cc Fri Feb 21 10:27:47 2003
-@@ -342,7 +342,7 @@
- PUTERR(1, ("Generating a %d bit RSA private key\n", bits));
-
- EVP_PKEY *pkey = 0;
-- EVP_MD *digest = EVP_md5();
-+ const EVP_MD *digest = EVP_md5();
- X509 *x509 = 0;
- X509_NAME *n = 0;
- X509_NAME_ENTRY *ne = 0;