From: dtucker@openbsd.org Date: Sat, 28 Nov 2020 12:52:32 +0000 (+0000) Subject: upstream: Include cipher.h for declaration of cipher_by_name. X-Git-Tag: V_8_5_P1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b755264e7d3cdf1de34e18df1af4efaa76a3c015;p=thirdparty%2Fopenssh-portable.git upstream: Include cipher.h for declaration of cipher_by_name. OpenBSD-Commit-ID: ddfebbca03ca0e14e00bbad9d35f94b99655d032 --- diff --git a/ssh-keygen.c b/ssh-keygen.c index fd11ffad4..634e1ee34 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.425 2020/11/27 10:12:30 dtucker Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.426 2020/11/28 12:52:32 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1994 Tatu Ylonen , Espoo, Finland @@ -65,6 +65,7 @@ #include "sshsig.h" #include "ssh-sk.h" #include "sk-api.h" /* XXX for SSH_SK_USER_PRESENCE_REQD; remove */ +#include "cipher.h" #ifdef WITH_OPENSSL # define DEFAULT_KEY_TYPE_NAME "rsa"