=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- src/usr.bin/ssh/cipher.h 2018/09/13 02:08:33 1.53 +++ src/usr.bin/ssh/cipher.h 2019/09/06 05:23:55 1.54 @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.h,v 1.53 2018/09/13 02:08:33 djm Exp $ */ +/* $OpenBSD: cipher.h,v 1.54 2019/09/06 05:23:55 djm Exp $ */ /* * Author: Tatu Ylonen @@ -38,7 +38,9 @@ #define CIPHER_H #include +#ifdef WITH_OPENSSL #include +#endif #include "cipher-chachapoly.h" #include "cipher-aesctr.h"