Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp-core/credssp.h')
-rw-r--r--libfreerdp-core/credssp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libfreerdp-core/credssp.h b/libfreerdp-core/credssp.h
index 2ed888e..8d8b6e4 100644
--- a/libfreerdp-core/credssp.h
+++ b/libfreerdp-core/credssp.h
@@ -20,7 +20,7 @@
#ifndef __CREDSSP_H
#define __CREDSSP_H
-#include "secure.h"
+#include "network.h"
#include "ntlmssp.h"
struct rdp_credssp
@@ -33,7 +33,7 @@ struct rdp_credssp
DATABLOB ts_credentials;
CryptoRc4 rc4_seal_state;
struct _NTLMSSP *ntlmssp;
- struct rdp_sec * sec;
+ struct rdp_network * net;
};
typedef struct rdp_credssp rdpCredssp;
@@ -50,7 +50,7 @@ void credssp_encode_ts_credentials(rdpCredssp *credssp);
void credssp_current_time(uint8* timestamp);
void credssp_rc4k(uint8* key, int length, uint8* plaintext, uint8* ciphertext);
-rdpCredssp* credssp_new(rdpSec *sec);
+rdpCredssp* credssp_new(struct rdp_network * net);
void credssp_free(rdpCredssp *credssp);
-#endif // __CREDSSP_H
+#endif /* __CREDSSP_H */