X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/217dceefaaefdab23731adb3a13efeaeff06d3f7..c52ee7f941fa3a31171c58879c11c9a744c25e93:/putty.h diff --git a/putty.h b/putty.h index 045c7da7..1029de3f 100644 --- a/putty.h +++ b/putty.h @@ -324,6 +324,14 @@ unsigned char xlat_tty2scr(unsigned char c); unsigned char xlat_latkbd2win(unsigned char c); /* + * Exports from mscrypto.c + */ +#ifdef MSCRYPTOAPI +int crypto_startup(); +void crypto_wrapup(); +#endif + +/* * A debug system. */ #ifdef DEBUG