Skip to content

Commit 78d028c

Browse files
committed
extconf.rb: remove dir_config("kerberos")
The dir_config was introduced by Ruby trunk r4181. Since support for Kerberos cipher suites has been removed in OpenSSL 1.1.0, it is no longer necessary. Although ruby/openssl did not directly depend on the MIT Kerberos library, it was an optional transitive dependency. Unless it was disabled by a compile-time option, the OpenSSL headers would try to include <krb5.h>.
1 parent 38ec6fd commit 78d028c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/openssl/extconf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
"library directories."
3535
end
3636

37-
dir_config("kerberos")
38-
3937
Logging::message "=== OpenSSL for Ruby configurator ===\n"
4038

4139
$defs.push("-D""OPENSSL_SUPPRESS_DEPRECATED")

0 commit comments

Comments
 (0)