The first argument to load_iv should really be a char ** instead of an
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jan 2005 11:42:25 +0000 (11:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jan 2005 11:42:25 +0000 (11:42 +0000)
commit0cae19f5efb6e425e054f995377bc25c5264b67c
treed7648f4906a9941c3cd3c2cb83bb8aedffc0cee2
parent6be00c7e16f27111e6dcc77da3bb01fa98b8f4a9
The first argument to load_iv should really be a char ** instead of an
unsigned char **, since it points at text.

Thanks to Nils Larsch <nils.larsch@cybertrust.com> for pointing out
the inelegance of our code :-)
crypto/pem/pem_lib.c