[pkg-opensc-commit] [libp11] 15/27: MSVC build fix

Eric Dorland eric at moszumanska.debian.org
Mon Aug 7 19:48:09 UTC 2017


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

eric pushed a commit to branch master
in repository libp11.

commit 33c6426f5a95eb27ab312cf41cd3c05b24d48f24
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Sun Jun 11 22:24:56 2017 +0200

    MSVC build fix
---
 src/libp11.h | 2 +-
 src/p11.ec   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/libp11.h b/src/libp11.h
index 87e1097..36676f7 100644
--- a/src/libp11.h
+++ b/src/libp11.h
@@ -24,12 +24,12 @@
 #ifndef _LIB11_H
 #define _LIB11_H
 
+#include "p11_err.h"
 #include <openssl/bio.h>
 #include <openssl/err.h>
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
 #include <openssl/x509.h>
-#include <p11_err.h>
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/p11.ec b/src/p11.ec
index ad98300..f68fd1d 100644
--- a/src/p11.ec
+++ b/src/p11.ec
@@ -1,2 +1,4 @@
+# Process with:
+#   mkerr.pl -conf p11.ec -nostatic -write *.c
 L ENG eng_err.h eng_err.c
 L P11 p11_err.h p11_err.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