Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
cb74560b
Commit
cb74560b
authored
May 14, 2021
by
Rob Swindell
💬
Browse files
Latest patched cryptlib.h for use with SyncTERM/MSVC build
parent
ca22bd6d
Pipeline
#2196
failed with stage
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
3rdp/win32.release/cryptlib/include/cryptlib.h
3rdp/win32.release/cryptlib/include/cryptlib.h
+9
-0
No files found.
3rdp/win32.release/cryptlib/include/cryptlib.h
View file @
cb74560b
...
...
@@ -1215,6 +1215,7 @@ typedef enum {
CRYPT_SESSINFO_SSH_CHANNEL_ARG1
,
/* SSH channel argument 1 */
CRYPT_SESSINFO_SSH_CHANNEL_ARG2
,
/* SSH channel argument 2 */
CRYPT_SESSINFO_SSH_CHANNEL_ACTIVE
,
/* SSH channel active */
CRYPT_SESSINFO_SSH_OPTIONS
,
/* SSH protocol options */
CRYPT_SESSINFO_SSL_OPTIONS
,
/* SSL/TLS protocol options */
CRYPT_SESSINFO_SSL_SUBPROTOCOL
,
/* SSL/TLS additional sub-protocol */
CRYPT_SESSINFO_SSL_WSPROTOCOL
,
/* SSL/TLS WebSockets sub-protocol */
...
...
@@ -1682,6 +1683,14 @@ typedef enum {
#define CRYPT_SSLOPTION_MAX 0x7F
/* Defines for range checking */
#endif
/* _CRYPT_DEFINED */
/* SSH protocol options. */
#define CRYPT_SSHOPTION_NONE 0x000
#define CRYPT_SSHOPTION_NONE_AUTH 0x001
/* Try none authentication */
#ifdef _CRYPT_DEFINED
#define CRYPT_SSHOPTION_MAX 0x01
/* Defines for range checking */
#endif
/* _CRYPT_DEFINED */
/****************************************************************************
* *
* General Constants *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment