view cinst/main.c @ 34:bee7d274c4dc

Check for polarssl. Add release option to build with other certificates
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 14 Mar 2014 08:58:18 +0100
parents cbd57d767dfa
children 3f6378647371
line wrap: on
line source
/** @brief Main entry point for the cinst process.
 *
 *  The cinst process may or may not be run with elevated
 *  privileges. When run with elevated privileges this
 *  process will modify system wide certificate stores.
 *  Otherwise only the users certificate stores are modified.
 *
 * TODO
 *
 **/

#include <stdio.h>

int main() {
    return 0;
}

http://wald.intevation.org/projects/trustbridge/