summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-15 02:36:48 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-15 02:36:48 +0000
commit1887988497aa4da8ef2a7948e872e7baac3a07fa (patch)
tree8e32cb5156ad12d24a257d0db14efb0ffc2e904c /crypto/pkcs7/pk7_smime.c
parent3fc9635ea763d9f2abeacf5a8d111964fbd4cb2d (diff)
Delete an unused variable and make the PKCS#12 keygen debugging code work
again.
Diffstat (limited to 'crypto/pkcs7/pk7_smime.c')
-rw-r--r--crypto/pkcs7/pk7_smime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c
index 7cb553632c..058efcca2b 100644
--- a/crypto/pkcs7/pk7_smime.c
+++ b/crypto/pkcs7/pk7_smime.c
@@ -329,7 +329,6 @@ PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, EVP_CIPHER *cipher,
BIO *p7bio = NULL;
int i;
X509 *x509;
- char inbuf[4096];
static char txthdr[] = "Content-type: text/plain\r\n\r\n";
if(!(p7 = PKCS7_new())) {
PKCS7err(PKCS7_F_PKCS7_ENCRYPT,ERR_R_MALLOC_FAILURE);