Fix type in PEM+SSH decoder
9b6bf32f887899e88eda88dfb4727daaba4fd370 changed the type of the length
argument of a `LTC_SSHDATA_STRING` from `ulong32` to `unsigned long` and
usage of this wrong type survived multiple re-factors and code moves.
This fixes #669
Signed-off-by: Steffen Jaeckel <[email protected]>