diff options
Diffstat (limited to 'crypto/openssh/sshkey.h')
-rw-r--r-- | crypto/openssh/sshkey.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/sshkey.h b/crypto/openssh/sshkey.h index d0cdea0ce343..19bbbac7dc0f 100644 --- a/crypto/openssh/sshkey.h +++ b/crypto/openssh/sshkey.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshkey.h,v 1.65 2024/09/04 05:33:34 djm Exp $ */ +/* $OpenBSD: sshkey.h,v 1.66 2025/04/02 04:28:03 tb Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -30,7 +30,9 @@ #ifdef WITH_OPENSSL #include <openssl/rsa.h> +#ifdef WITH_DSA #include <openssl/dsa.h> +#endif #include <openssl/evp.h> # ifdef OPENSSL_HAS_ECC # include <openssl/ec.h> |