view cinst/main.c @ 25:92108a2120f1

Move certificatelist to common. Add cinst directory
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 10 Mar 2014 14:15:15 +0000
parents
children cbd57d767dfa
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(int argc, char* argv[]) {
    return 0;
}

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