Strengthen some SSL options, pave the way for future options and public key pinning.

This commit is contained in:
Ian Gulliver
2015-06-24 04:01:32 +00:00
parent e04f06e2e5
commit 1482d81883
4 changed files with 14 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ struct cosmo {
char client_id[COSMO_UUID_SIZE];
char instance_id[COSMO_UUID_SIZE];
cosmo_callbacks callbacks;
cosmo_options options;
void *passthrough;
pthread_mutex_t lock;