*** empty log message ***
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Jul 1996 08:12:32 +0000 (08:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Jul 1996 08:12:32 +0000 (08:12 +0000)
md4.c

diff --git a/md4.c b/md4.c
index 0a9d821..35d160d 100644 (file)
--- a/md4.c
+++ b/md4.c
    if (count == 0 && MDp->done) return;
    /* check to see if MD is already done and report error */
    if (MDp->done)
-          { printf("\nError: MDupdate MD already done."); return; }
+          { fprintf(FERROR,"\nError: MDupdate MD already done."); return; }
    /* Add count to MDp->count */
    tmp = count;
    p = MDp->count;
        MDblock(MDp,(unsigned int *)X);
      }
    else if (count > 512) /* Check for count too large */
-     { printf("\nError: MDupdate called with illegal count value %d."
+     { fprintf(FERROR,"\nError: MDupdate called with illegal count value %d."
               ,count);
        return;
      }