projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6175b37
)
Merge in recent changes from 0.9.6-stable.
author
Richard Levitte
<levitte@openssl.org>
Sat, 6 Apr 2002 20:44:00 +0000
(20:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 6 Apr 2002 20:44:00 +0000
(20:44 +0000)
demos/b64.c
patch
|
blob
|
history
diff --git
a/demos/b64.c
b/demos/b64.c
index 8e248e7e728547c75e1659e80729fee39f6e6920..113da89baf4876d9ae440b73cec586a2a0c6b454 100644
(file)
--- 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();