diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-11 09:08:39 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-11 09:08:39 +0100 |
commit | 523fb2324a351e9607ad2a803c6e866c5175aa16 (patch) | |
tree | 52e1d753a149196a50630415d51bb22f46b9b94e /lib/ssl_client.h | |
parent | 7db65b7df08a3c7cab28e065b2ffa3d9941ceccb (diff) |
Implement MSNP15 SSO (Sadistic Sign-On).
Diffstat (limited to 'lib/ssl_client.h')
-rw-r--r-- | lib/ssl_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssl_client.h b/lib/ssl_client.h index 0a8e82d8..787d528a 100644 --- a/lib/ssl_client.h +++ b/lib/ssl_client.h @@ -77,3 +77,5 @@ G_MODULE_EXPORT int ssl_getfd( void *conn ); adding an event handler to the queue. (And it should perform exactly the same action as the handler that just received the SSL_AGAIN.) */ G_MODULE_EXPORT b_input_condition ssl_getdirection( void *conn ); + +G_MODULE_EXPORT size_t ssl_des3_encrypt(const unsigned char *key, size_t key_len, const unsigned char *input, size_t input_len, const unsigned char *iv, unsigned char **res); |