Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 446595 Details for
Bug 626033
warning: no previous prototype for ...
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for src/libckyapplet/cky_applet.c
patch.txt (text/plain), 2.16 KB, created by
Ludovic Rousseau
on 2010-09-10 21:25:55 UTC
(
hide
)
Description:
Patch for src/libckyapplet/cky_applet.c
Filename:
MIME Type:
Creator:
Ludovic Rousseau
Created:
2010-09-10 21:25:55 UTC
Size:
2.16 KB
patch
obsolete
>Index: src/libckyapplet/cky_applet.c >=================================================================== >RCS file: /cvs/dirsec/coolkey/src/libckyapplet/cky_applet.c,v >retrieving revision 1.3 >diff -u -r1.3 cky_applet.c >--- src/libckyapplet/cky_applet.c 8 Sep 2010 20:14:41 -0000 1.3 >+++ src/libckyapplet/cky_applet.c 10 Sep 2010 21:25:21 -0000 >@@ -44,7 +44,7 @@ > return CKYAPDUFactory_SelectFile(apdu, 4, 0, (const CKYBuffer *)param); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_SelectFile(CKYAPDU *apdu, const void *param) > { > return CKYAPDUFactory_SelectFile(apdu, 2, 12, (const CKYBuffer *)param); >@@ -94,7 +94,7 @@ > ccs->location, ccs->data, ccs->sig); > } > >-CKYStatus >+static CKYStatus > CKYAppletFactory_ComputeCryptOneStep(CKYAPDU *apdu, const void *param) > { > const CKYAppletArgComputeCrypt *ccs=(const CKYAppletArgComputeCrypt *)param; >@@ -230,47 +230,41 @@ > return CKYAPDUFactory_GetBuiltinACL(apdu); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_SignDecryptStep(CKYAPDU *apdu, const void *param) > { > const CKYBuffer *buf=(CKYBuffer *)param; > return CACAPDUFactory_SignDecrypt(apdu, CAC_P1_STEP, buf); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_SignDecryptFinal(CKYAPDU *apdu, const void *param) > { > const CKYBuffer *buf=(CKYBuffer *)param; > return CACAPDUFactory_SignDecrypt(apdu, CAC_P1_FINAL, buf); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_VerifyPIN(CKYAPDU *apdu, const void *param) > { > const char *pin=(const char *)param; > return CACAPDUFactory_VerifyPIN(apdu, pin); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_GetCertificate(CKYAPDU *apdu, const void *param) > { > CKYSize *size=(CKYSize*)param; > return CACAPDUFactory_GetCertificate(apdu, *size); > } > >-CKYStatus >+static CKYStatus > CACAppletFactory_ReadFile(CKYAPDU *apdu, const void *param) > { > const CACAppletArgReadFile *rfs = (const CACAppletArgReadFile *)param; > return CACAPDUFactory_ReadFile(apdu, rfs->offset, rfs->type, rfs->count); > } > >-CKYStatus >-CACAppletFactory_GetProperties(CKYAPDU *apdu, const void *param) >-{ >- return CACAPDUFactory_GetProperties(apdu); >-} >- > /* > * deprecates 0.x functions > */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 626033
: 446595