mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 03:34:39 +00:00
Allow longer program names (VMS allows up to 39 characters).
Submitted by Compaq.
This commit is contained in:
parent
a18894d159
commit
d16e1131b4
@ -91,8 +91,8 @@ char **argv;
|
|||||||
EVP_CIPHER *cipher=NULL,*c;
|
EVP_CIPHER *cipher=NULL,*c;
|
||||||
char *inf=NULL,*outf=NULL;
|
char *inf=NULL,*outf=NULL;
|
||||||
BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL;
|
BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL;
|
||||||
#define PROG_NAME_SIZE 16
|
#define PROG_NAME_SIZE 39
|
||||||
char pname[PROG_NAME_SIZE];
|
char pname[PROG_NAME_SIZE+1];
|
||||||
|
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user