]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - scp.h
Peter Schellenbach's patch: re-implement the PuTTY cryptographic
[PuTTY.git] / scp.h
diff --git a/scp.h b/scp.h
index 160e432bfc731db902c2cdffc39b517d8a7f328c..9aaccf63319ca8fef42d8fb09435989de4d6160d 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
+