- Timestamp:
- 12/14/11 11:07:36 (5 months ago)
- File:
-
- 1 edited
-
trunk/src/p11_rsa.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/p11_rsa.c
r203 r206 122 122 static int 123 123 pkcs11_rsa_verify(int type, const unsigned char *m, unsigned int m_len, 124 unsigned char *signature, unsigned int siglen, const RSA * rsa)124 const unsigned char *signature, unsigned int siglen, const RSA * rsa) 125 125 { 126 126 RSA *r = (RSA *) rsa; /* Ugly hack to get rid of compiler warning */
Note: See TracChangeset
for help on using the changeset viewer.
