Replace 4 casts with 1
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jun 2016 14:59:46 +0000 (15:59 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 18 Jun 2016 14:34:03 +0000 (15:34 +0100)
commitd012c1a17934d4f5aac0bc9853efcb3f831b5b23
treeaa4cb252392ab9a810354d620e024f2073fc2611
parentac94c8fdb9e8a36e616c80fa8c4aadb455144019
Replace 4 casts with 1

Changing the type of the |str| variable in asn1pars enables us to remove
4 casts with just 1. This silences an OpenBSD warning along the way.

RT4378

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/asn1pars.c