Make sure that apps/openssl prefixes its output with '# ' during tests
[openssl.git] / apps / dgst.c
index 46aa59ad24f5bc424c75928b18b3c1d692e69c6f..80e8e843b2615802e1a4e1f74563c691d211e07e 100644 (file)
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include "apps.h"
+#include "progs.h"
 #include <openssl/bio.h>
 #include <openssl/err.h>
 #include <openssl/evp.h>
@@ -398,7 +399,7 @@ int dgst_main(int argc, char **argv)
     OPENSSL_free(sigbuf);
     BIO_free(bmd);
     release_engine(e);
-    return (ret);
+    return ret;
 }
 
 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,