Small bugfixes to the KSSL implementation.
[openssl.git] / ssl / kssl.h
index 0cfd219bf4f9c013e9fe35c42da8406ecbcbe668..cf7ebdd168ed9094c312e9258ee5fb4b29d585ef 100644 (file)
@@ -110,13 +110,12 @@ typedef unsigned char krb5_octet;
 #define        KSSL_CLOCKSKEW  300;
 #endif
 
 #define        KSSL_CLOCKSKEW  300;
 #endif
 
-/* Unused
 #define        KSSL_ERR_MAX    255
 typedef struct kssl_err_st  {
        int  reason;
        char text[KSSL_ERR_MAX+1];
        } KSSL_ERR;
 #define        KSSL_ERR_MAX    255
 typedef struct kssl_err_st  {
        int  reason;
        char text[KSSL_ERR_MAX+1];
        } KSSL_ERR;
-*/
+
 
 /*     Context for passing
 **             (1) Kerberos session key to SSL, and
 
 /*     Context for passing
 **             (1) Kerberos session key to SSL, and