GUAC-678: Add missing OpenSSL init.

This commit is contained in:
Michael Jumper 2014-05-27 12:34:05 -07:00
parent e98d1ad79c
commit 3bd145a059

View File

@ -42,6 +42,7 @@
#include <guacamole/client.h>
#include <guacamole/protocol.h>
#include <guacamole/socket.h>
#include <openssl/ssl.h>
#ifdef ENABLE_SSH_AGENT
#include "ssh_agent.h"
@ -224,6 +225,7 @@ void* ssh_client_thread(void* data) {
pthread_t input_thread;
SSL_library_init();
libssh2_init(0);
/* Get username */