[pkg-opensc-commit] [pam-p11] 38/66: comment out unused function to_base64()

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:51 UTC 2017


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

eric pushed a commit to branch master
in repository pam-p11.

commit dd05ef74a223711db84f4179c1c61fb18dbe8863
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon May 5 09:36:19 2008 +0000

    comment out unused function to_base64()
---
 src/base64.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/base64.c b/src/base64.c
index 15b8821..dfdaecf 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -47,6 +47,7 @@ static const unsigned char bin_table[128] = {
 	0x31, 0x32, 0x33, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
 };
 
+#if 0
 static void to_base64(unsigned int i, unsigned char *out, unsigned int fillers)
 {
 	unsigned int s = 18, c;
@@ -60,6 +61,7 @@ static void to_base64(unsigned int i, unsigned char *out, unsigned int fillers)
 		s -= 6;
 	}
 }
+#endif
 
 static int from_base64(const char *in, unsigned int *out, int *skip)
 {

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



More information about the pkg-opensc-commit mailing list