Commit ef5877714fa78bad09a2707b809c048c6d2cc3b5

Authored by Perry Werneck
1 parent 9c8743b4

Security options are no longer necessary here.

Showing 1 changed file with 0 additions and 29 deletions   Show diff stats
configure.ac
... ... @@ -328,35 +328,6 @@ if test $app_cv_fvisibility_ok = yes; then
328 328 fi
329 329  
330 330 dnl ---------------------------------------------------------------------------
331   -dnl SSL Security options
332   -dnl ---------------------------------------------------------------------------
333   -
334   -AC_ARG_ENABLE([self-signed-certs],
335   - [AS_HELP_STRING([--disable-self-signed-certs], [disable SSL connection when host presents a self signed certificate])],
336   -[
337   - app_cv_self_signed_certs="$enableval"
338   -],[
339   - app_cv_self_signed_certs="yes"
340   -])
341   -
342   -AC_ARG_WITH([ssl-crl-check],
343   - [AS_HELP_STRING([--with-ssl-crl-check], [enable validation of the certificate revogation list in TN3270S connections])],
344   -[
345   - app_cv_enable_crl_check="$withval"
346   -],[
347   - app_cv_enable_crl_check="no"
348   -])
349   -
350   -if test "$app_cv_self_signed_certs" == "yes"; then
351   - AC_DEFINE(SSL_ALLOW_SELF_SIGNED_CERT)
352   -fi
353   -
354   -if test "$app_cv_enable_crl_check" == "yes"; then
355   - AC_DEFINE(SSL_ENABLE_CRL_CHECK)
356   -fi
357   -
358   -
359   -dnl ---------------------------------------------------------------------------
360 331 dnl Check for pic
361 332 dnl ---------------------------------------------------------------------------
362 333 AC_ARG_ENABLE([pic],
... ...