Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/crypt.h
Parent Directory
| Revision Log
| Patch
| 87 |
|
|
| 88 |
typedef struct _CRYPTKeyPair { |
typedef struct _CRYPTKeyPair { |
| 89 |
RSA FAR * RSA_key; |
RSA FAR * RSA_key; |
| 90 |
|
DSA *DSA_key; |
| 91 |
} CRYPTKeyPair; |
} CRYPTKeyPair; |
| 92 |
|
|
| 93 |
typedef union { |
typedef union { |
|
|
Legend:
| Removed from v.2729 |
|
| changed lines |
| |
Added in v.2762 |
|
|
|