Changeset 116

Show
Ignore:
Timestamp:
06/29/07 14:16:51 (19 months ago)
Author:
aj
Message:

fix another warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/p11_cert.c

    r111 r116  
    169169        size = sizeof(data); 
    170170        if (!pkcs11_getattr_var(token, obj, CKA_VALUE, data, &size)) { 
    171                 unsigned char *p = (unsigned char *) data; 
     171                const unsigned char *p = (unsigned char *) data; 
    172172 
    173173                cert->x509 = d2i_X509(NULL, &p, size);