Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-04-07 00:44:00 +0400
committerRichard Levitte <levitte@openssl.org>2002-04-07 00:44:00 +0400
commit4b3d91f350a2cc9dc86b6090f97552070141535a (patch)
tree7483cca09537d8e829dbb082b1024d7b277ddd2b /demos
parent6175b37578a8e991b4823551a22537f1446d4fe5 (diff)
Merge in recent changes from 0.9.6-stable.
Diffstat (limited to 'demos')
-rw-r--r--demos/b64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/b64.c b/demos/b64.c
index 8e248e7e72..113da89baf 100644
--- a/demos/b64.c
+++ b/demos/b64.c
@@ -91,8 +91,8 @@ char **argv;
EVP_CIPHER *cipher=NULL,*c;
char *inf=NULL,*outf=NULL;
BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL;
-#define PROG_NAME_SIZE 16
- char pname[PROG_NAME_SIZE];
+#define PROG_NAME_SIZE 39
+ char pname[PROG_NAME_SIZE+1];
apps_startup();