Fix a typo in apps/pkcs12.c which was using the wrong part of
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Sep 2000 17:51:11 +0000 (17:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 19 Sep 2000 17:51:11 +0000 (17:51 +0000)
commit688fbf547568f6440cadbbf31cc9da1576a57f67
tree67aa5c19601d49367e54e6a7c8e2cb62e16da062
parentf4364e0730a9c3468cfd7212dd75374ea3b0ea4f
Fix a typo in apps/pkcs12.c which was using the wrong part of
ASN1_TYPE (though they are both ASN1_STRING so it didn't cause
any problems).

Make 'siglen' an int in apps/dgst.c so we can check the return
value of BIO_read() etc.
apps/dgst.c
apps/pkcs12.c