Hi!

I think the support for CryptoCards is broken on AMD64.
The diff below fixes it again.

Greetings,
Matthias

--------------------------------------------------------

--- libexec/login_token/token.c Sun Jan 13 22:21:17 2013
+++ libexec/login_token/token.c Mon May  6 15:28:17 2013
@@ -63,7 +63,7 @@
 typedef        union {
        DES_cblock      cb;
        char            ct[9];
-       unsigned long   ul[2];
+       uint32_t        ul[2];
 } TOKEN_CBlock;
 
 /*

Reply via email to