view src/config.sig @ 1512:dcc8abbc6dfd

Change cookie signature comparison to resist timing attacks (based on code suggested by Robin Green and Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Tue, 19 Jul 2011 09:18:50 -0400
parents 3d0cc841cafd
children b5517f47b1f1
line wrap: on
line source
signature CONFIG = sig
    val bin : string
    val lib : string
    val includ : string
    val sitelisp : string

    val libUr : string
    val libC : string
    val libJs : string

    val ccompiler : string
    val gccArgs : string
    val openssl : string

    val pgheader : string
    val msheader : string
    val sqheader : string
end