[pkg-opensc-commit] [pkcs11-helper] 234/253: polarssl: support polarssl 1.3
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 85a0dfc3053b17c26c80f148fee481c3f4063c06
Author: Steffan Karger <steffan.karger at fox-it.com>
Date: Thu Nov 14 14:17:05 2013 +0100
polarssl: support polarssl 1.3
This uses the polarssl-1.2-to-1.3 compatibility layer. Fully upgrading
would break support for PolarSSL 1.2, or introduce lots of #ifdef's.
Signed-off-by: Steffan Karger <steffan.karger at fox-it.com>
---
ChangeLog | 1 +
lib/_pkcs11h-crypto-polarssl.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 6e7d3bc..db8a25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ $Id$
????-??-?? - Version 1.12
+ * polarssl: support polarssl-1.3, thanks to Steffan Karger.
2013-10-11 - Version 1.11
diff --git a/lib/_pkcs11h-crypto-polarssl.c b/lib/_pkcs11h-crypto-polarssl.c
index 294e0a2..c004111 100644
--- a/lib/_pkcs11h-crypto-polarssl.c
+++ b/lib/_pkcs11h-crypto-polarssl.c
@@ -54,6 +54,7 @@
#include "_pkcs11h-crypto.h"
#if defined(ENABLE_PKCS11H_ENGINE_POLARSSL)
+#include <polarssl/compat-1.2.h>
#include <polarssl/x509.h>
#include <polarssl/version.h>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list