]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_pgp.c
Merge master
[netatalk.git] / etc / uams / uams_pgp.c
index ec6d4095e17db4eea8caf3342e06d9a3cf0e0e4d..9b9c1d801dd57d53c543d8cdc1e11fb555f18f05 100644 (file)
@@ -53,7 +53,7 @@
 /* the secret key */
 static struct passwd *pgppwd;
 static CAST_KEY castkey;
-static u_int8_t randbuf[16];
+static uint8_t randbuf[16];
 
 /* pgp passwd */
 static int pgp_login(void *obj, struct passwd **uam_pwd,
@@ -109,7 +109,7 @@ static int pgp_logincont(void *obj, struct passwd **uam_pwd,
 {
        unsigned char iv[] = "RJscorat";
     BIGNUM *bn1, *bn2, *bn3;
-    u_int16_t sessid;
+    uint16_t sessid;
     char *p;
 
     *rbuflen = 0;