--- sshcrypto.c.orig	2005-09-28 17:08:59.000000000 -0700
+++ sshcrypto.c	2005-09-28 17:09:09.000000000 -0700
@@ -14,6 +14,8 @@
 
 #include <sys/types.h>
 #include <openssl/ssl.h>
+#include <openssl/blowfish.h>
+#include <openssl/des.h>
 
 #include <err.h>
 #include <stdio.h>