Changeset 2897 for releases

Show
Ignore:
Timestamp:
04/26/06 10:00:22 (3 years ago)
Author:
aj
Message:

not sure it is a good idea to ignore the return value.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/opensc-0.11.0/src/pkcs11/framework-pkcs15.c

    r2879 r2897  
    21082108                case CKA_PUBLIC_EXPONENT: 
    21092109                        if (pubkey->pub_data == NULL)  
     2110                                /* FIXME: check the return value? */ 
    21102111                                check_cert_data_read(fw_data, cert); 
    21112112                        break;