Keep a not of original encoding in certificate requests.

Add new option to PKCS7_sign to exclude S/MIME capabilities.
This commit is contained in:
Dr. Stephen Henson
2000-09-05 13:27:57 +00:00
parent 22c7ea4068
commit 34216c0422
7 changed files with 49 additions and 11 deletions

View File

@@ -1846,8 +1846,6 @@ int ssl_init_wbio_buffer(SSL *s,int push)
void ssl_free_wbio_buffer(SSL *s)
{
BIO *under;
if (s->bbio == NULL) return;
if (s->bbio == s->wbio)