Commit 019aa4ba38f97e8bd84e7209817eedb2a0ad26b5
Exists in
master
and in
3 other branches
Merging from master.
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 | ... | ... |