unsigned int flag insted of int.
authorMarcel Poul <marcel.poul@cern.ch>
Sun, 3 Feb 2013 14:39:47 +0000 (14:39 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 3 Feb 2013 19:08:30 +0000 (20:08 +0100)
emi.canl.canl-c/src/proxy/sslutils.h

index 6499bb8..2257ade 100644 (file)
@@ -326,7 +326,7 @@ typedef struct proxy_verify_ctx_desc_struct {
     int                                 magicnum ;  
     char *                              certdir; 
     time_t                              goodtill;
-    int                                 flags; //OCSP flags etc.
+    unsigned int                                 flags; //OCSP flags etc.
 } proxy_verify_ctx_desc ;
 
 /* proxy_verify_desc - allows for recursive verifys with delegation */