Fix typo in OCSP ASN1 module, this caused
authorDr. Stephen Henson <steve@openssl.org>
Thu, 11 Jan 2001 23:24:28 +0000 (23:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 11 Jan 2001 23:24:28 +0000 (23:24 +0000)
commitadf87b2df5bb8038f12947cdc97e2eaa52eb6e8b
treea2537d42a3f58548e971e67cc0376dcfffafac25
parent40753f760d312c38496726e82def9e99305bdf1e
Fix typo in OCSP ASN1 module, this caused
invalid format in OCSP request signatures.

Add spaces to OCSP HTTP header.

Change X509_NAME_set() there's no reason
why it should return an error if the
destination points to NULL... though it
should if the destination is NULL.
crypto/asn1/x_name.c
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_ht.c