[pkg-opensc-commit] [libp11] 07/86: Do not include pkcs11.h in libp11.h

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit b066c06a5ef3149ba605ceac25a9d52253efb345
Author: Doug Engert <deengert at gmail.com>
Date:   Tue Jan 19 13:25:37 2016 -0600

    Do not include pkcs11.h in libp11.h
    
    Libp11 has its own version of pkc11.h and does not install it.
    We only needed the internal version whihc is  included in libp11-int.h
---
 src/libp11.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libp11.h b/src/libp11.h
index c76ca44..c3c6a2c 100644
--- a/src/libp11.h
+++ b/src/libp11.h
@@ -30,7 +30,6 @@
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 #include <openssl/x509.h>
-#include <pkcs11.h>
 
 #ifdef __cplusplus
 extern "C" {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list