Commit ebc4bbc47e7e716507c4a7e3f59cca44607b7634

Authored by Perry Werneck
1 parent 3f46e593

Updating config.h

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/include/config.h.in
... ... @@ -69,9 +69,11 @@
69 69  
70 70 #undef SSL_ENABLE_CRL_CHECK
71 71 #undef SSL_ENABLE_CRL_EXPIRATION_CHECK
72   - #undef SSL_DEFAULT_CRL_URL
73 72 #undef SSL_ENABLE_NOTIFICATION_WHEN_FAILED
74 73  
  74 + /* If defined uses a hardcoded CRL path */
  75 + #undef SSL_DEFAULT_CRL_URL
  76 +
75 77 /* Optional parts. */
76 78 #undef X3270_DBCS
77 79 #undef X3270_SCRIPT
... ...