summaryrefslogtreecommitdiffstats
path: root/libvncclient/sockets.c
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-09-02 18:05:46 +0200
committerChristian Beier <dontmind@freeshell.org>2017-09-02 18:05:57 +0200
commit6814e946e0afed20a6ef0f45a9bcbfeda2e77706 (patch)
tree5d623a164ce4b728050569e102f39299da3fd284 /libvncclient/sockets.c
parentdf11e806a31ec0fe0f3f58917ed1e98769adb910 (diff)
downloadlibtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.tar.gz
libtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.zip
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files
Diffstat (limited to 'libvncclient/sockets.c')
-rw-r--r--libvncclient/sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncclient/sockets.c b/libvncclient/sockets.c
index 2d505c7..ed2deef 100644
--- a/libvncclient/sockets.c
+++ b/libvncclient/sockets.c
@@ -58,7 +58,7 @@
#include <netdb.h>
#endif
#include "tls.h"
-#include "rfbsasl.h"
+#include "sasl.h"
#ifdef _MSC_VER
# define snprintf _snprintf