apps: Don't include progs.h in apps.h
[openssl.git] / apps / nseq.c
index a97fe1828f06d1c9d9d3564287638c4daae19494..fe6eab8c60fb316c9f4d6add50f97a9ededb7dad 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdio.h>
 #include <string.h>
 #include "apps.h"
+#include "progs.h"
 #include <openssl/pem.h>
 #include <openssl/err.h>
 
@@ -109,5 +110,5 @@ int nseq_main(int argc, char **argv)
     BIO_free_all(out);
     NETSCAPE_CERT_SEQUENCE_free(seq);
 
-    return (ret);
+    return ret;
 }