commit | 688fbf547568f6440cadbbf31cc9da1576a57f67 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Sep 19 17:51:11 2000 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Sep 19 17:51:11 2000 +0000 |
tree | 67aa5c19601d49367e54e6a7c8e2cb62e16da062 | |
parent | f4364e0730a9c3468cfd7212dd75374ea3b0ea4f [diff] |
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.