Fix some typose in the i2d/d2i functions that
authorDr. Stephen Henson <steve@openssl.org>
Mon, 10 Jul 2000 18:33:05 +0000 (18:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 10 Jul 2000 18:33:05 +0000 (18:33 +0000)
commit094fe66d9fdb70bb424de822bbed1eddb8f0194a
tree619eb1632041ad37336b07e9916a0430028763f8
parent27d7260075ba525c69e5b8e8ccb1b98010b56dd3
Fix some typose in the i2d/d2i functions that
call the i2c/c2i (they were not using the
content length for the headers).

Fix ASN1 long form tag encoding. This never
worked but it was never tested since it is
only used for tags > 30.

New options to smime program to allow the
PKCS#7 format to be specified and the content
supplied externally.
CHANGES
apps/apps.c
apps/apps.h
apps/smime.c
crypto/asn1/a_bitstr.c
crypto/asn1/a_int.c
crypto/asn1/asn1_lib.c