X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fpkcs12.c;h=17846cfba6e40b3ad4bb88bc50b598cf119119ee;hb=f23478c3140637799d4aded503a7ecafbae8ba22;hp=8b1586faf5a6ad97fb7441020b600b2e2502f442;hpb=cf1b7d96647d55e533f779e476e3d4371f40445a;p=openssl.git diff --git a/apps/pkcs12.c b/apps/pkcs12.c index 8b1586faf5..17846cfba6 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -375,7 +375,7 @@ int MAIN(int argc, char **argv) if (!outfile) { out = BIO_new_fp(stdout, BIO_NOCLOSE); -#ifdef VMS +#ifdef OPENSSL_SYS_VMS { BIO *tmpbio = BIO_new(BIO_f_linebuffer()); out = BIO_push(tmpbio, out);