Changeset 206 for trunk


Ignore:
Timestamp:
12/14/11 11:07:36 (5 months ago)
Author:
alonbl
Message:

Fix openssl interface incompatibility, trivial const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/p11_rsa.c

    r203 r206  
    122122static int 
    123123pkcs11_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) 
    125125{ 
    126126        RSA *r = (RSA *) rsa;   /* Ugly hack to get rid of compiler warning */ 
Note: See TracChangeset for help on using the changeset viewer.