]> granicus.if.org Git - openssl/commit
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:28 +0000 (11:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jan 2005 11:42:28 +0000 (11:42 +0000)
commit8c3c570134336e915b2b6aeb2203f034f5a29a01
tree4a42845f4f53df50501d335aaa3e7d3a9bc1d17c
parent97a1630e81aae8ed1603a7012ed0144d2e9865e7
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