Skip to content

Commit

Permalink
libfreerdp-core: split secure.c into security.c and connect.c
Browse files Browse the repository at this point in the history
  • Loading branch information
awakecoding committed Jun 29, 2011
1 parent 4bd2581 commit 88d5307
Show file tree
Hide file tree
Showing 18 changed files with 635 additions and 577 deletions.
Empty file removed dbg.txt
Empty file.
3 changes: 2 additions & 1 deletion libfreerdp-core/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libfreerdp_core_la_SOURCES = \
bitmap.c bitmap.h \
cache.c cache.h \
capabilities.c capabilities.h \
connect.c connect.h \
chan.c chan.h \
ext.c ext.h \
freerdp.c \
Expand All @@ -22,7 +23,7 @@ libfreerdp_core_la_SOURCES = \
pstcache.c pstcache.h \
rail.c rail.h \
rdp.c rdp.h \
secure.c secure.h \
security.c security.h \
network.c network.h \
crypto.h \
tcp.c tcp.h \
Expand Down
2 changes: 1 addition & 1 deletion libfreerdp-core/asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#include "iso.h"
#include "mcs.h"
#include "chan.h"
#include "secure.h"
#include "rdp.h"
#include "asn1.h"
#include "security.h"

/* Parse an ASN.1 BER header */
RD_BOOL
Expand Down
2 changes: 1 addition & 1 deletion libfreerdp-core/chan.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include "frdp.h"
#include "chan.h"
#include "mcs.h"
#include "secure.h"
#include "rdp.h"
#include "security.h"
#include <freerdp/rdpset.h>
#include <freerdp/utils/memory.h>
#include <freerdp/constants/vchan.h>
Expand Down
Loading

0 comments on commit 88d5307

Please sign in to comment.