aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_info.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-10 17:32:52 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-10 17:32:52 +0000
commitb7d135b353953bf40a58b49d145df5376a8af209 (patch)
tree13d52048866ecf20b4ab22366c467c0871a14ce1 /crypto/pem/pem_info.c
parentd58d092bc9f0a541ce5f0b265ee819f7ab086560 (diff)
downloadopenssl-b7d135b353953bf40a58b49d145df5376a8af209.tar.gz
Two new functions to write out PKCS#8 private keys. Also fixes for some of
the the PBE code and a new constant PKCS5_DEFAULT_ITER for the default iteration count if it is passed as zero.
Diffstat (limited to 'crypto/pem/pem_info.c')
-rw-r--r--crypto/pem/pem_info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c
index 0c2af93360..ec392ea39c 100644
--- a/crypto/pem/pem_info.c
+++ b/crypto/pem/pem_info.c
@@ -272,7 +272,6 @@ int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
int i,ret=0;
unsigned char *data=NULL;
const char *objstr=NULL;
-#define PEM_BUFSIZE 1024
char buf[PEM_BUFSIZE];
unsigned char *iv=NULL;