X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6c4edc71a0877c4d3376f60466064119ff17c707..8f203108d91b3aef5a379a6d49f6cb2a546eebbc:/scp.h 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 +