X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/07d9aa1362c646e768b89ad166b6c0881f7ac74b..c52ee7f941fa3a31171c58879c11c9a744c25e93:/scp.h?ds=sidebyside diff --git a/scp.h b/scp.h index 160e432b..9aaccf63 100644 --- a/scp.h +++ b/scp.h @@ -19,3 +19,11 @@ int ssh_recv(unsigned char *buf, int len); void ssh_send(unsigned char *buf, int len); void ssh_send_eof(void); +/* + * Exports from mscrypto.c + */ +#ifdef MSCRYPTOAPI +int crypto_startup(); +void crypto_wrapup(); +#endif +