Changeset 3490 for trunk/src/libopensc/card-rutoken.c
- Timestamp:
- 04/24/08 16:34:08 (9 months ago)
- Files:
-
- 1 modified
-
trunk/src/libopensc/card-rutoken.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libopensc/card-rutoken.c
r3478 r3490 30 30 typedef unsigned __int32 uint32_t; 31 31 typedef unsigned __int16 uint16_t; 32 typedef __int8 int8_t; 32 33 #else 33 34 #warning no uint32_t type available, please contact opensc-devel@opensc-project.org … … 37 38 #include <string.h> 38 39 #include <stdlib.h> 40 #include <stdio.h> 39 41 #include "opensc.h" 40 42 #include "pkcs15.h"
