DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)
[exim.git] / src / src / base64.c
index f6f187f075a0f924b6915872af9900e09ba0d580..ae6874b8a8b255335116fd81ef4746d5c40ffdbe 100644 (file)
@@ -245,7 +245,7 @@ uschar *p = code;
 
 while (len-- >0)
   {
-  register int x, y;
+  int x, y;
 
   x = *clear++;
   *p++ = enc64table[(x >> 2) & 63];