heimdal: update to lorikeet-heimdal rev 801
[tprouty/samba.git] / source4 / heimdal / lib / hx509 / ca.c
index 40260700b3fa2f7f734e7be948dda673bb776362..55374321ea500f9a51966b8a182ded0bee3afee1 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "hx_locl.h"
 #include <pkinit_asn1.h>
-RCSID("$Id: ca.c 22456 2008-01-15 20:22:53Z lha $");
+RCSID("$Id: ca.c 22995 2008-04-15 19:31:29Z lha $");
 
 /**
  * @page page_ca Hx509 CA functions
@@ -1225,7 +1225,7 @@ ca_sign(hx509_context context,
     {
        BasicConstraints bc;
        int aCA = 1;
-       uint32_t path;
+       unsigned int path;
 
        memset(&bc, 0, sizeof(bc));