summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/enc.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-03 16:07:37 +0000
committerBen Laurie <ben@openssl.org>1999-06-03 16:07:37 +0000
commit213a75dbf21b8f641a9ee90cc12882fc429bb84b (patch)
tree539ca8d5397e71b0ed2e2e38a04ee742d2ded9a1 /crypto/pkcs7/enc.c
parent5c0a48655fc342086d4babb57fee8e052a7b2e2f (diff)
Make samples compile.
Diffstat (limited to 'crypto/pkcs7/enc.c')
-rw-r--r--crypto/pkcs7/enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/enc.c b/crypto/pkcs7/enc.c
index 25f69abe48..22bf9b04b5 100644
--- a/crypto/pkcs7/enc.c
+++ b/crypto/pkcs7/enc.c
@@ -73,7 +73,7 @@ char *argv[];
int i;
int nodetach=1;
char *keyfile = NULL;
- const EVP_CIPHER *cipher;
+ const EVP_CIPHER *cipher=NULL;
SSLeay_add_all_algorithms();