diff options
Diffstat (limited to 'src/lib/libssl/src/demos/b64.c')
-rw-r--r-- | src/lib/libssl/src/demos/b64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/src/demos/b64.c b/src/lib/libssl/src/demos/b64.c index 113da89baf..efdd44457d 100644 --- a/src/lib/libssl/src/demos/b64.c +++ b/src/lib/libssl/src/demos/b64.c | |||
@@ -83,7 +83,6 @@ char **argv; | |||
83 | unsigned char *buff=NULL,*bufsize=NULL; | 83 | unsigned char *buff=NULL,*bufsize=NULL; |
84 | int bsize=BSIZE,verbose=0; | 84 | int bsize=BSIZE,verbose=0; |
85 | int ret=1,inl; | 85 | int ret=1,inl; |
86 | unsigned char key[24],iv[MD5_DIGEST_LENGTH]; | ||
87 | char *str=NULL; | 86 | char *str=NULL; |
88 | char *hkey=NULL,*hiv=NULL; | 87 | char *hkey=NULL,*hiv=NULL; |
89 | int enc=1,printkey=0,i,base64=0; | 88 | int enc=1,printkey=0,i,base64=0; |
@@ -92,7 +91,6 @@ char **argv; | |||
92 | char *inf=NULL,*outf=NULL; | 91 | char *inf=NULL,*outf=NULL; |
93 | BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; | 92 | BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; |
94 | #define PROG_NAME_SIZE 39 | 93 | #define PROG_NAME_SIZE 39 |
95 | char pname[PROG_NAME_SIZE+1]; | ||
96 | 94 | ||
97 | 95 | ||
98 | apps_startup(); | 96 | apps_startup(); |