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