Peter Schellenbach's patch: re-implement the PuTTY cryptographic
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 045c7da..1029de3 100644 (file)
--- 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