Index: tclpkcs11.c ================================================================== --- tclpkcs11.c +++ tclpkcs11.c @@ -31,14 +31,10 @@ #define CK_DECLARE_FUNCTION_POINTER(rv, func) rv (CK_PTR func) #define CK_CALLBACK_FUNCTION(rv, func) CK_DECLARE_FUNCTION_POINTER(rv, func) #define CK_NULL_PTR ((void *) 0) #include "pkcs11.h" -#ifndef TCLPKCS11_MAX_HANDLES -# define TCLPKCS11_MAX_HANDLES 32 -#endif - struct tclpkcs11_interpdata { /* Handle Hash Table */ Tcl_HashTable handles; unsigned long handles_idx; };