Bugzilla – Attachment 85 Details for
Bug 221
updates for OpenSC support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Upgrade sc_pkcs15_decipher call to current API
scard-opensc.patch (text/plain), 590 bytes, created by
Antti Tapaninen
on 2002-04-23 21:30:12 AEST
(
hide
)
Description:
Upgrade sc_pkcs15_decipher call to current API
Filename:
MIME Type:
Creator:
Antti Tapaninen
Created:
2002-04-23 21:30:12 AEST
Size:
590 bytes
patch
obsolete
>Index: scard-opensc.c >=================================================================== >RCS file: /cvs/openssh/scard-opensc.c,v >retrieving revision 1.3 >diff -u -r1.3 scard-opensc.c >--- scard-opensc.c 8 Apr 2002 18:37:09 -0000 1.3 >+++ scard-opensc.c 23 Apr 2002 11:29:55 -0000 >@@ -173,7 +173,7 @@ > r = sc_prkey_op_init(rsa, &key_obj); > if (r) > return -1; >- r = sc_pkcs15_decipher(p15card, key_obj, from, flen, to, flen); >+ r = sc_pkcs15_decipher(p15card, key_obj, 0, from, flen, to, flen); > sc_unlock(card); > if (r < 0) { > error("sc_pkcs15_decipher() failed: %s", sc_strerror(r));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221
:
81
|
82
| 85