Code

SSL utils: Added init() and shutdown() functions for global setup/shutdown.
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2015 17:43:39 +0000 (18:43 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2015 17:43:39 +0000 (18:43 +0100)
commit1886cc190cfbd37daf047194fd1a2f5c13a15d64
treebc14d658be265637a96b94732db98ca238719727
parent0c16d15b68164c504ceea3daca693e8c1f1026fa
SSL utils: Added init() and shutdown() functions for global setup/shutdown.

Use those functions in sysdb and sysdbd instead of calling the OpenSSL
functions directly.
src/include/utils/ssl.h
src/tools/sysdb/main.c
src/tools/sysdbd/main.c
src/utils/ssl.c