diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/ipcp.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/ipcp.h b/include/ouroboros/ipcp.h index 7c34cc7d..2be47f2d 100644 --- a/include/ouroboros/ipcp.h +++ b/include/ouroboros/ipcp.h @@ -63,8 +63,8 @@ enum pol_dir_hash {  /* Info reported back to the IRMd about the DIF on enrollment */  struct dif_info { -        char              dif_name[DIF_NAME_SIZE]; -        enum pol_dir_hash dir_hash_algo; +        char dif_name[DIF_NAME_SIZE]; +        int  dir_hash_algo;  };  /* Structure to configure the first IPCP */  | 
