Skip to content

Commit

Permalink
Remove stray openssl includes
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 11, 2012
1 parent eeed7c9 commit 1fdc298
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions auth.c
Expand Up @@ -30,9 +30,7 @@
#include <time.h>
#include <string.h>
#include <ctype.h>

#include <openssl/err.h>
#include <openssl/ui.h>
#include <errno.h>

#include <libxml/parser.h>
#include <libxml/tree.h>
Expand Down
4 changes: 1 addition & 3 deletions cstp.c
Expand Up @@ -36,9 +36,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>

#include <openssl/ssl.h>
#include <openssl/err.h>
#include <stdarg.h>

#include "openconnect-internal.h"

Expand Down
2 changes: 0 additions & 2 deletions dtls.c
Expand Up @@ -28,8 +28,6 @@
#include <netdb.h>
#include <unistd.h>
#include <netinet/in.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <fcntl.h>
#include <string.h>

Expand Down
1 change: 0 additions & 1 deletion main.c
Expand Up @@ -47,7 +47,6 @@
#include <pwd.h>
#include <sys/utsname.h>
#include <sys/types.h>
#include <openssl/ui.h>
#include <termios.h>
#ifdef LIBPROXY_HDR
#include LIBPROXY_HDR
Expand Down
2 changes: 0 additions & 2 deletions mainloop.c
Expand Up @@ -30,8 +30,6 @@
#include <unistd.h>
#include <string.h>

#include <openssl/ssl.h>

#include "openconnect-internal.h"

void queue_packet(struct pkt **q, struct pkt *new)
Expand Down

0 comments on commit 1fdc298

Please sign in to comment.