Cleanse memory using the new OPENSSL_cleanse() function.
[oweals/openssl.git] / apps / nseq.c
index 1d73d1ad5231e2e6cdfa5e0a991e0bd019c4276c..c26f62cb6137d07c2a26d8b7dd56c3f559d6caeb 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "apps.h"
 #include <openssl/pem.h>
 #include <openssl/err.h>
-#include "apps.h"
 
 #undef PROG
 #define PROG nseq_main
@@ -121,7 +121,7 @@ int MAIN(int argc, char **argv)
                }
        } else {
                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);