Slightly reformat ssl.h.in
[openssl.git] / ssl / ssl_conf.c
index 832026c4ceb0242e78bbcd4f4724df8ecef49771..8d1663c0cc9bbd16dae6b9abb8c14bbc78b997f8 100644 (file)
@@ -104,7 +104,7 @@ struct ssl_conf_ctx_st {
 };
 
 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags,
-                           unsigned long option_value, int onoff)
+                           uint64_t option_value, int onoff)
 {
     uint32_t *pflags;
 
@@ -121,7 +121,7 @@ static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags,
     case SSL_TFLAG_VFY:
         pflags = cctx->pvfy_flags;
         break;
-        
+
     case SSL_TFLAG_OPTION:
         if (onoff)
             *cctx->poptions |= option_value;