Index: cipher.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/cipher.c,v
retrieving revision 1.68
diff -u -r1.68 cipher.c
--- cipher.c	23 Jan 2004 19:26:33 -0000	1.68
+++ cipher.c	24 Feb 2004 09:56:12 -0000
@@ -52,6 +52,7 @@
 extern void ssh1_3des_iv(EVP_CIPHER_CTX *, int, u_char *, int);
 extern const EVP_CIPHER *evp_aes_128_ctr(void);
 extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
+#define EVP_acss NULL
 
 struct Cipher {
 	char	*name;