diff options
Diffstat (limited to 'security/bjorb/files/patch-Config-staff.cc')
| -rw-r--r-- | security/bjorb/files/patch-Config-staff.cc | 11 |
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; |
