GUACAMOLE-337: Document that socket-ssl.h is not guaranteed to be present.
This commit is contained in:
parent
f504b1a5e8
commit
60141175dd
@ -21,6 +21,13 @@
|
|||||||
#ifndef __GUACD_SOCKET_SSL_H
|
#ifndef __GUACD_SOCKET_SSL_H
|
||||||
#define __GUACD_SOCKET_SSL_H
|
#define __GUACD_SOCKET_SSL_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides an SSL/TLS implementation of guac_socket. This header will only be
|
||||||
|
* available if libguac was built with SSL support.
|
||||||
|
*
|
||||||
|
* @file socket-ssl.h
|
||||||
|
*/
|
||||||
|
|
||||||
#include "socket-types.h"
|
#include "socket-types.h"
|
||||||
|
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user