aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc
blob: 2d1b159a66a1d6d32e157c162cd3e519d6b9c88e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/http/http_auth_gssapi_posix.cc.orig	2016-05-11 19:02:24 UTC
+++ net/http/http_auth_gssapi_posix.cc
@@ -431,8 +431,8 @@ base::NativeLibrary GSSAPISharedLibrary:
     static const char* const kDefaultLibraryNames[] = {
 #if defined(OS_MACOSX)
       "/System/Library/Frameworks/Kerberos.framework/Kerberos"
-#elif defined(OS_OPENBSD)
-      "libgssapi.so"          // Heimdal - OpenBSD
+#elif defined(OS_BSD)
+      "libgssapi.so"          // Heimdal - OpenBSD / FreeBSD
 #else
       "libgssapi_krb5.so.2",  // MIT Kerberos - FC, Suse10, Debian
       "libgssapi.so.4",       // Heimdal - Suse10, MDK