summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-14 10:52:03 +0100
committerBodo Möller <bodo@openssl.org>2002-03-14 10:52:03 +0100
commit690ecff7953193cc8e66b588216805f3014df778 (patch)
treec21fb14c3d0b01ae50dd4c9d8a485b8824d78e35 /apps/pkcs8.c
parentuse BIO_nwrite() more properly to demonstrate the general idea of (diff)
downloadopenssl-690ecff7953193cc8e66b588216805f3014df778.tar.xz
openssl-690ecff7953193cc8e66b588216805f3014df778.zip
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Fix dsaparam usage output. Submitted by: Nils Larsch
Diffstat (limited to 'apps/pkcs8.c')
-rw-r--r--apps/pkcs8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs8.c b/apps/pkcs8.c
index ea8c04dffa..ba91caee6b 100644
--- a/apps/pkcs8.c
+++ b/apps/pkcs8.c
@@ -83,7 +83,7 @@ int MAIN(int argc, char **argv)
int nocrypt = 0;
X509_SIG *p8;
PKCS8_PRIV_KEY_INFO *p8inf;
- EVP_PKEY *pkey;
+ EVP_PKEY *pkey=NULL;
char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL;
int badarg = 0;
char *engine=NULL;