Undo base64 decoding change (was not a bug fix).
[openssl.git] / apps / dgst.c
index 22e72416a46dc5590d86fc31c8d9181e26106efa..5f0506ed8cd6b65c4ceb797dd4fee994dd64563c 100644 (file)
@@ -182,7 +182,7 @@ int MAIN(int argc, char **argv)
                                }
                        printf("%s(%s)= ",name,argv[i]);
                        do_fp(buf,inp,separator);
-                       BIO_reset(bmd);
+                       (void)BIO_reset(bmd);
                        }
                }
 end: