summaryrefslogtreecommitdiff
path: root/security/bjorb
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-21 16:30:59 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-21 16:30:59 +0000
commitd0db5402390ef7ec659ac6a1197c4b29e46f5523 (patch)
tree04b7869aa6697bd21395ae42c825654aa69064da /security/bjorb
parent-- Remove libgmp dependency. It's not used (openssl BN is used). (diff)
constify to fix build with OpenSSL 0.9.7
Notes
Notes: svn path=/head/; revision=76054
Diffstat (limited to 'security/bjorb')
-rw-r--r--security/bjorb/files/patch-Config-staff.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bjorb/files/patch-Config-staff.cc b/security/bjorb/files/patch-Config-staff.cc
new file mode 100644
index 000000000000..c048f2edd648
--- /dev/null
+++ b/security/bjorb/files/patch-Config-staff.cc
@@ -0,0 +1,11 @@
+--- 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;