View | Details | Raw Unified | Return to bug 34098
Collapse All | Expand All

(-)a/sylpheed/libsylph/ssl.c (+2 lines)
Lines 121-126 void ssl_init(void) Link Here
121
		certs_file = find_certs_file("/etc/ssl");
121
		certs_file = find_certs_file("/etc/ssl");
122
		if (!certs_file)
122
		if (!certs_file)
123
			certs_file = find_certs_file("/etc");
123
			certs_file = find_certs_file("/etc");
124
		if (!certs_file)
125
			certs_file = find_certs_file("/usr/share/ca-certificates");
124
#endif
126
#endif
125
	}
127
	}
126
128

Return to bug 34098