]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ppp-md4.c
CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489)
[ppp.git] / pppd / ppp-md4.c
index 305bfa8e4f3f65481893a065ce889ee0487acb99..c5811107d215f3a8d4ecac74559380ca602bac9b 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "ppp-crypto-priv.h"
+#include "crypto-priv.h"
 
 
 #ifdef OPENSSL_HAVE_MD4
@@ -326,7 +326,7 @@ MD4Update(MD4_CTX *MDp, unsigned char *X, unsigned int count)
   }
   else if (count > 512) /* Check for count too large */
   {
-    printf("\nError: MD4Update called with illegal count value %d.",
+    printf("\nError: MD4Update called with illegal count value %u.",
           count);
     return;
   }