Peter Schellenbach's patch: re-implement the PuTTY cryptographic
[u/mdw/putty] / scp.h
diff --git a/scp.h b/scp.h
index 160e432..9aaccf6 100644 (file)
--- 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
+