[pkg-opensc-commit] [engine-pkcs11] 22/43: Added vim modelines to preserve formatting

Eric Dorland eric at moszumanska.debian.org
Sun Jan 31 06:38:48 UTC 2016


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 424cdeb022003ff0b85412d8377cbca4c354d8f5
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Thu Jan 7 15:02:25 2016 +0100

    Added vim modelines to preserve formatting
---
 Makefile.am         | 2 ++
 configure.ac        | 2 ++
 src/Makefile.am     | 1 +
 src/engine_pkcs11.c | 2 ++
 src/engine_pkcs11.h | 2 ++
 src/hw_pkcs11.c     | 2 ++
 tests/Makefile.am   | 1 +
 tests/evp-sign.c    | 2 ++
 8 files changed, 14 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 5088c35..4714579 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,3 +24,5 @@ dist_doc_DATA = NEWS README.md
 dist-hook:
 	$(MKDIR_P) "$(distdir)/m4"
 	echo > "$(distdir)/packaged"
+
+# vim: set noexpandtab:
diff --git a/configure.ac b/configure.ac
index 47bffb6..5292d1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,3 +296,5 @@ OPENSSL_EXTRA_LDFLAGS:   ${OPENSSL_EXTRA_LDFLAGS}
 ENGINE_LINK:             ${ENGINE_LINK}
 
 EOF
+
+# vim: set noexpandtab:
diff --git a/src/Makefile.am b/src/Makefile.am
index 1dec4b6..ab92b00 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,3 +35,4 @@ LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
 .rc.o:
 	$(RCCOMPILE) -i "$<" -o "$@"
 
+# vim: set noexpandtab:
diff --git a/src/engine_pkcs11.c b/src/engine_pkcs11.c
index 8050f3e..85fbf7f 100644
--- a/src/engine_pkcs11.c
+++ b/src/engine_pkcs11.c
@@ -1076,3 +1076,5 @@ EVP_PKEY *pkcs11_load_private_key(ENGINE * e, const char *s_key_id,
 	}
 	return pk;
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/engine_pkcs11.h b/src/engine_pkcs11.h
index 609543e..7bc87e0 100644
--- a/src/engine_pkcs11.h
+++ b/src/engine_pkcs11.h
@@ -56,3 +56,5 @@ EVP_PKEY *pkcs11_load_private_key(ENGINE * e, const char *s_key_id,
 	UI_METHOD * ui_method, void *callback_data);
 
 #endif
+
+/* vim: set noexpandtab: */
diff --git a/src/hw_pkcs11.c b/src/hw_pkcs11.c
index 5b20f5b..1053bf4 100644
--- a/src/hw_pkcs11.c
+++ b/src/hw_pkcs11.c
@@ -221,3 +221,5 @@ static int bind_fn(ENGINE * e, const char *id)
 
 IMPLEMENT_DYNAMIC_CHECK_FN();
 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn);
+
+/* vim: set noexpandtab: */
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 88114f8..df559a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,3 +21,4 @@ TESTS_ENVIRONMENT =						\
 	top_builddir="$(top_builddir)"				\
 	srcdir="$(srcdir)"
 
+# vim: set noexpandtab:
diff --git a/tests/evp-sign.c b/tests/evp-sign.c
index dd8ffd6..dd1a07c 100644
--- a/tests/evp-sign.c
+++ b/tests/evp-sign.c
@@ -307,3 +307,5 @@ int main(int argc, char **argv)
 	CONF_modules_unload(1);
 	return 0;
 }
+
+/* vim: set noexpandtab: */

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



More information about the pkg-opensc-commit mailing list