Skip to content

Commit

Permalink
Merge branch 'include' of gitlab.com:DimitriPapadopoulos/openconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmw2 committed Jun 28, 2021
2 parents 9aaa1a2 + 256e57d commit bfe2793
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dtls.c
Expand Up @@ -22,7 +22,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down
1 change: 0 additions & 1 deletion gnutls-dtls.c
Expand Up @@ -23,7 +23,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down
1 change: 0 additions & 1 deletion openssl-dtls.c
Expand Up @@ -22,7 +22,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32
Expand Down

0 comments on commit bfe2793

Please sign in to comment.