[pkg-opensc-commit] [pkcs11-helper] 221/253: openssl: remove unneeded prototypes

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:21 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 c8698a9a84a327fb9374f17344f9ea3d09ff5a7f
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Tue Sep 17 01:00:12 2013 +0300

    openssl: remove unneeded prototypes
    
    Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 lib/pkcs11h-openssl.c | 56 ---------------------------------------------------
 1 file changed, 56 deletions(-)

diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
index a3454dd..d37713a 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -80,62 +80,6 @@ struct pkcs11h_openssl_session_s {
 };
 
 static
-int
-__pkcs11h_openssl_finish (
-	IN OUT RSA *rsa
-);
-#if OPENSSL_VERSION_NUMBER < 0x00907000L
-static
-int
-__pkcs11h_openssl_dec (
-	IN int flen,
-	IN unsigned char *from,
-	OUT unsigned char *to,
-	IN OUT RSA *rsa,
-	IN int padding
-);
-static
-int
-__pkcs11h_openssl_enc (
-	IN int flen,
-	IN unsigned char *from,
-	OUT unsigned char *to,
-	IN OUT RSA *rsa,
-	IN int padding
-);
-#else
-static
-int
-__pkcs11h_openssl_dec (
-	IN int flen,
-	IN const unsigned char *from,
-	OUT unsigned char *to,
-	IN OUT RSA *rsa,
-	IN int padding
-);
-static
-int
-__pkcs11h_openssl_enc (
-	IN int flen,
-	IN const unsigned char *from,
-	OUT unsigned char *to,
-	IN OUT RSA *rsa,
-	IN int padding
-);
-#endif
-static
-pkcs11h_openssl_session_t
-__pkcs11h_openssl_get_openssl_session (
-	IN OUT const RSA *rsa
-);
-
-static
-pkcs11h_certificate_t
-__pkcs11h_openssl_get_pkcs11h_certificate (
-	IN OUT const RSA *rsa
-);
-
-static
 pkcs11h_openssl_session_t
 __pkcs11h_openssl_get_openssl_session (
 	IN OUT const RSA *rsa

-- 
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