]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Include cipher.h for declaration of cipher_by_name.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sat, 28 Nov 2020 12:52:32 +0000 (12:52 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 28 Nov 2020 13:20:52 +0000 (00:20 +1100)
OpenBSD-Commit-ID: ddfebbca03ca0e14e00bbad9d35f94b99655d032

ssh-keygen.c

index fd11ffad454fc23951624281c4fb4d259c7160ef..634e1ee348ac8c8d34193a78060e29fe5e1d2770 100644 (file)
@@ -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 <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, 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"