@@ -2179,16 +2179,6 @@ AC_ARG_WITH([security-key-standalone],
2179
2179
[ enable_sk_standalone=$withval ]
2180
2180
)
2181
2181
2182
- enable_dsa=
2183
- AC_ARG_ENABLE ( [ dsa-keys] ,
2184
- [ --enable-dsa-keys enable DSA key support [ no] ] ,
2185
- [
2186
- if test "x$enableval" != "xno" ; then
2187
- enable_dsa=1
2188
- fi
2189
- ]
2190
- )
2191
-
2192
2182
AC_SEARCH_LIBS ( [ dlopen] , [ dl] )
2193
2183
AC_CHECK_FUNCS ( [ dlopen] )
2194
2184
AC_CHECK_DECL ( [ RTLD_NOW] , [ ] , [ ] , [ #include <dlfcn.h>] )
@@ -3297,26 +3287,6 @@ if test "x$openssl" = "xyes" ; then
3297
3287
AC_MSG_RESULT ( [ no] )
3298
3288
]
3299
3289
)
3300
-
3301
- openssl_dsa=no
3302
- if test ! -z "$enable_dsa" ; then
3303
- AC_CHECK_DECLS ( [ OPENSSL_NO_DSA] , [ ] , [
3304
- AC_CHECK_DECLS ( [ OPENSSL_IS_BORINGSSL] , [ ] ,
3305
- [ openssl_dsa=yes ] ,
3306
- [ #include <openssl/opensslconf.h> ]
3307
- )
3308
- ] ,
3309
- [ #include <openssl/opensslconf.h> ]
3310
- )
3311
- AC_MSG_CHECKING ( [ whether to enable DSA key support] )
3312
- if test "x$openssl_dsa" = "xno"; then
3313
- AC_MSG_ERROR ( [ DSA requested but not supported by OpenSSL] )
3314
- else
3315
- AC_MSG_RESULT ( [ yes] )
3316
- AC_DEFINE ( [ WITH_DSA] , [ 1] ,
3317
- [ DSA keys explicitly enabled] )
3318
- fi
3319
- fi
3320
3290
fi
3321
3291
3322
3292
# PKCS11/U2F depend on OpenSSL and dlopen().
0 commit comments