Skip to content

Commit 4c76131

Browse files
committed
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 0b707d5 ("ssh: Disable support for DSA keys"). Reviewed by: jlduran, philip Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49739
1 parent 3dcf2c2 commit 4c76131

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

crypto/openssh/config.h

-11
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,6 @@
396396
don't. */
397397
#define HAVE_DECL_OFFSETOF 1
398398

399-
/* Define to 1 if you have the declaration of 'OPENSSL_IS_BORINGSSL', and to 0
400-
if you don't. */
401-
/* #undef HAVE_DECL_OPENSSL_IS_BORINGSSL */
402-
403-
/* Define to 1 if you have the declaration of 'OPENSSL_NO_DSA', and to 0 if
404-
you don't. */
405-
/* #undef HAVE_DECL_OPENSSL_NO_DSA */
406-
407399
/* Define to 1 if you have the declaration of 'O_NONBLOCK', and to 0 if you
408400
don't. */
409401
#define HAVE_DECL_O_NONBLOCK 1
@@ -1991,9 +1983,6 @@
19911983
/* Define if you want to enable AIX4's authenticate function */
19921984
/* #undef WITH_AIXAUTHENTICATE */
19931985

1994-
/* DSA keys explicitly enabled */
1995-
/* #undef WITH_DSA */
1996-
19971986
/* Define if you have/want arrays (cluster-wide session management, not C
19981987
arrays) */
19991988
/* #undef WITH_IRIX_ARRAY */

0 commit comments

Comments
 (0)