Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
24:de67047ca229 | 25:92108a2120f1 |
---|---|
1 /** @brief Main entry point for the cinst process. | |
2 * | |
3 * The cinst process may or may not be run with elevated | |
4 * privileges. When run with elevated privileges this | |
5 * process will modify system wide certificate stores. | |
6 * Otherwise only the users certificate stores are modified. | |
7 * | |
8 * TODO | |
9 * | |
10 **/ | |
11 | |
12 #include <stdio.h> | |
13 | |
14 int main(int argc, char* argv[]) { | |
15 return 0; | |
16 } |