X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e0e7dff87dc3f482da6ab00317664474b0f82995..2f92b7170f74a58d1e33d7913e154f9f47852683:/ssh.h diff --git a/ssh.h b/ssh.h index 0a38e949..4ad0543a 100644 --- a/ssh.h +++ b/ssh.h @@ -363,6 +363,8 @@ void aes256_encrypt_pubkey(unsigned char *key, unsigned char *blk, void aes256_decrypt_pubkey(unsigned char *key, unsigned char *blk, int len); +void des_encrypt_xdmauth(unsigned char *key, unsigned char *blk, int len); + /* * For progress updates in the key generation utility. */