Improve protocol robustness and invoke user callbacks.
[radsecproxy.git] / lib / rsp_tlscommon.c
index 6002c41..7f728fe 100644 (file)
@@ -115,9 +115,6 @@ static int verify_cb(int ok, X509_STORE_CTX *ctx) {
            break;
        }
     }
-#ifdef DEBUG
-    printf("certificate verify returns %d\n", ok);
-#endif
     return ok;
 }