git: 4c76131024be - main - OpenSSH: Regen config.h for DSA retirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Apr 2025 18:16:59 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=4c76131024be37d0cbc40621e526b2f6823f433c
commit 4c76131024be37d0cbc40621e526b2f6823f433c
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-04-09 15:21:31 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-04-15 18:15:33 +0000
OpenSSH: Regen config.h for DSA retirement
The net result of this change is the removal of a few comments from
config.h; it has no direct user-facing impact as DSA was already
disabled as of commit 0b707d5fe8b6 ("ssh: Disable support for DSA
keys").
Reviewed by: jlduran, philip
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49739
---
crypto/openssh/config.h | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index a8876e853b94..926475f50c99 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -396,14 +396,6 @@
don't. */
#define HAVE_DECL_OFFSETOF 1
-/* Define to 1 if you have the declaration of 'OPENSSL_IS_BORINGSSL', and to 0
- if you don't. */
-/* #undef HAVE_DECL_OPENSSL_IS_BORINGSSL */
-
-/* Define to 1 if you have the declaration of 'OPENSSL_NO_DSA', and to 0 if
- you don't. */
-/* #undef HAVE_DECL_OPENSSL_NO_DSA */
-
/* Define to 1 if you have the declaration of 'O_NONBLOCK', and to 0 if you
don't. */
#define HAVE_DECL_O_NONBLOCK 1
@@ -1991,9 +1983,6 @@
/* Define if you want to enable AIX4's authenticate function */
/* #undef WITH_AIXAUTHENTICATE */
-/* DSA keys explicitly enabled */
-/* #undef WITH_DSA */
-
/* Define if you have/want arrays (cluster-wide session management, not C
arrays) */
/* #undef WITH_IRIX_ARRAY */