Mostly working, but not complete, port of openssl
[fedora-mingw.git] / openssl / openssl-0.9.8b-test-use-localhost.patch
diff --git a/openssl/openssl-0.9.8b-test-use-localhost.patch b/openssl/openssl-0.9.8b-test-use-localhost.patch
new file mode 100644 (file)
index 0000000..08adf1c
--- /dev/null
@@ -0,0 +1,24 @@
+diff -up openssl-0.9.8b/ssl/ssltest.c.use-localhost openssl-0.9.8b/ssl/ssltest.c
+--- openssl-0.9.8b/ssl/ssltest.c.use-localhost 2006-02-24 18:58:35.000000000 +0100
++++ openssl-0.9.8b/ssl/ssltest.c       2007-08-03 14:06:16.000000000 +0200
+@@ -839,19 +839,8 @@ bad:
+ #ifndef OPENSSL_NO_KRB5
+       if (c_ssl  &&  c_ssl->kssl_ctx)
+                 {
+-                char  localhost[MAXHOSTNAMELEN+2];
+-
+-              if (gethostname(localhost, sizeof localhost-1) == 0)
+-                        {
+-                      localhost[sizeof localhost-1]='\0';
+-                      if(strlen(localhost) == sizeof localhost-1)
+-                              {
+-                              BIO_printf(bio_err,"localhost name too long\n");
+-                              goto end;
+-                              }
+                       kssl_ctx_setstring(c_ssl->kssl_ctx, KSSL_SERVER,
+-                                localhost);
+-                      }
++                                "localhost");
+               }
+ #endif    /* OPENSSL_NO_KRB5  */