fix compile error
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2014 22:16:34 +0000 (18:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2014 22:16:34 +0000 (18:16 -0400)
src/main/cb.c

index 11759e0..eeef3c3 100644 (file)
@@ -32,8 +32,6 @@ void cbtls_info(SSL const *s, int where, int ret)
        char const *str, *state;
        REQUEST *request = SSL_get_ex_data(s, FR_TLS_EX_INDEX_REQUEST);
 
-       rad_assert(request != NULL);
-
        if ((where & ~SSL_ST_MASK) & SSL_ST_CONNECT) {
                str="TLS_connect";
        } else if (((where & ~SSL_ST_MASK)) & SSL_ST_ACCEPT) {