Projects STRLCPY neomutt Commits 4d33e463
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    conn/config.c
    skipped 98 lines
    99 99  #if defined(USE_SSL_GNUTLS)
    100 100  static struct ConfigDef ConnVarsGnutls[] = {
    101 101   // clang-format off
    102  - { "ssl_ca_certificates_file", DT_PATH|DT_PATH_FILE, 0, 0, NULL,
     102 + { "ssl_ca_certificates_file", DT_PATH|DT_PATH_FILE, IP "/etc/ssl/certs/ca-bundle.crt", 0, NULL,
    103 103   "File containing trusted CA certificates"
    104 104   },
    105 105   { "ssl_min_dh_prime_bits", DT_NUMBER|DT_NOT_NEGATIVE, 0, 0, NULL,
    skipped 77 lines
Please wait...
Page is in error, reload to recover