PKCS11_TOKSIZE
char token_label[PKCS11_TOKSIZE];
(void) strlcpy(preq->pkcs11_token, token_label, PKCS11_TOKSIZE);
if (strlcpy(token_label, argv[0], PKCS11_TOKSIZE) >= PKCS11_TOKSIZE)
#ifndef PKCS11_TOKSIZE
char pkcs11_token[PKCS11_TOKSIZE];
#ifndef PKCS11_TOKSIZE