merge from branch_RC31_3
authorDaniel Kouřil <kouril@ics.muni.cz>
Fri, 11 Jan 2008 16:23:47 +0000 (16:23 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Fri, 11 Jan 2008 16:23:47 +0000 (16:23 +0000)
org.glite.security.gss/interface/glite_gss.h
org.glite.security.gss/test/test_gss.cpp

index 4b62c17..27aa4da 100644 (file)
@@ -8,6 +8,7 @@ extern "C" {
 #endif
 
 #include <stdlib.h>
+#include <openssl/err.h>
 
 enum {
   EDG_WLL_GSS_OK               =  0,  /* no GSS errors */
index d8be4d6..28739c2 100644 (file)
@@ -166,7 +166,7 @@ void GSSTest::errorTest()
        char *                  msg = NULL;
 
 
-       err = edg_wll_gss_connect(my_cred, "xxx.porno.net", port, &timeout, &conn, &stat);
+       err = edg_wll_gss_connect(my_cred, "xxx.example.net", port, &timeout, &conn, &stat);
        if (err) edg_wll_gss_get_error(&stat, "gss_connect()", &msg);
        CPPUNIT_ASSERT_MESSAGE("edg_wll_gss_get_error()", msg);
 }