Merge commit 'origin/master'
[versaplex.git] / vxodbc / wvssl_necessities.h
blobf03eadf8551397cae354ed1f6f168753c6c408db
1 #ifndef WVSSL_NECESSITIES_H
2 #define WVSSL_NECESSITIES_H
4 #include "wvx509mgr.h"
6 extern WvX509Mgr *clicert;
8 void init_wvssl();
10 /* You don't have to call this unless you're a stupid unit test checking
11 * for valgrind errors.
13 void cleanup_wvssl();
15 #endif