=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- src/usr.bin/ssh/cipher.c 2018/09/13 02:08:33 1.112 +++ src/usr.bin/ssh/cipher.c 2019/09/06 05:23:55 1.113 @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.c,v 1.112 2018/09/13 02:08:33 djm Exp $ */ +/* $OpenBSD: cipher.c,v 1.113 2019/09/06 05:23:55 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -47,6 +47,9 @@ #include "ssherr.h" #include "digest.h" +#ifndef WITH_OPENSSL +#define EVP_CIPHER_CTX void +#endif struct sshcipher_ctx { int plaintext;