Corrected typo
authoraland <aland>
Sun, 8 Apr 2007 06:12:38 +0000 (06:12 +0000)
committeraland <aland>
Sun, 8 Apr 2007 06:12:38 +0000 (06:12 +0000)
src/modules/rlm_eap/libeap/tls.c

index e47c101..07bf8ad 100644 (file)
@@ -100,6 +100,7 @@ static int int_ssl_check(SSL *s, int ret, const char *text)
        if ((l = ERR_get_error()) != 0) {
                radlog(L_ERR, "rlm_eap: SSL error %s",
                       ERR_error_string(l, NULL));
+       }
        e = SSL_get_error(s, ret);
 
        switch(e) {