Fix PIN passing

p11tool may not NULL terminate the pin (as allowed by pkcs11) but
openssl assumes it is, so copy it into a NULL terminated string to
make sure.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 file changed