[med-svn] [dcmtk] 01/01: correct openssl patch
Gert Wollny
gert-guest at moszumanska.debian.org
Sat Jul 2 11:47:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository dcmtk.
commit b8456321f629d94d6b86e2d2c8eab53572194f8f
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sat Jul 2 11:47:28 2016 +0000
correct openssl patch
---
debian/patches/09_openssl-1.1.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/09_openssl-1.1.patch b/debian/patches/09_openssl-1.1.patch
index e04c498..0a3c03e 100644
--- a/debian/patches/09_openssl-1.1.patch
+++ b/debian/patches/09_openssl-1.1.patch
@@ -10,7 +10,7 @@ Bug-Debian: http://bugs.debian.org/828281
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#define SSL_CTX_get_cert_store(ctx) ctx->cert_store
-+#define EVP_PKEY_id(key) key->type;
++#define EVP_PKEY_base_id(key) key->type;
+#endif
+
extern "C" int DcmTLSTransportLayer_certificateValidationCallback(int ok, X509_STORE_CTX *storeContext);
@@ -73,7 +73,7 @@ Bug-Debian: http://bugs.debian.org/828281
if (pubkey)
{
- switch (EVP_PKEY_type(pubkey->type))
-+ switch (EVP_PKEY_id(pubkey))
++ switch (EVP_PKEY_base_id(pubkey))
{
case EVP_PKEY_RSA:
certPubKeyType = "RSA";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtk.git
More information about the debian-med-commit
mailing list