Mercurial > trustbridge
comparison common/CMakeLists.txt @ 259:20d515604daa
Added new module with helper functions to parse certs.
Currently only stuff to get O and CN from Subject DN.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 15:41:11 +0200 |
parents | 306e4db11761 |
children | e7a8b70021b6 |
comparison
equal
deleted
inserted
replaced
258:bf8c74992724 | 259:20d515604daa |
---|---|
1 set (m13_common_src | 1 set (m13_common_src |
2 certhelp.c | |
2 listutil.c | 3 listutil.c |
4 portpath.c | |
3 strhelp.c | 5 strhelp.c |
4 portpath.c | |
5 ) | 6 ) |
6 | 7 |
7 add_library(m13_common STATIC ${m13_common_src}) | 8 add_library(m13_common STATIC ${m13_common_src}) |