X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=demos%2Fb64.c;h=efdd44457da6b7ce6abc4423cea572202990d310;hp=8e248e7e728547c75e1659e80729fee39f6e6920;hb=fe150ac25df9d15d149c796cc8a8435fa291dc5b;hpb=26a3a48d65c7464b400ec1de439994d7f0d25fed diff --git a/demos/b64.c b/demos/b64.c index 8e248e7e72..efdd44457d 100644 --- a/demos/b64.c +++ b/demos/b64.c @@ -83,7 +83,6 @@ char **argv; unsigned char *buff=NULL,*bufsize=NULL; int bsize=BSIZE,verbose=0; int ret=1,inl; - unsigned char key[24],iv[MD5_DIGEST_LENGTH]; char *str=NULL; char *hkey=NULL,*hiv=NULL; int enc=1,printkey=0,i,base64=0; @@ -91,8 +90,7 @@ 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 apps_startup();