]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - tests/test-https.c
tests: Fix ap_ht40_5ghz_disabled_sec false negative by using common finalizer
[thirdparty/hostap.git] / tests / test-https.c
index 96e894d51721daba04d5d3da7e2cc83a7855146b..a72e56f9d21c7016a6afc3590519f8f2bdf85a35 100644 (file)
@@ -2,14 +2,8 @@
  * Testing tool for TLSv1 client routines using HTTPS
  * Copyright (c) 2011, Jouni Malinen <j@w1.fi>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
  */
 
 #include "includes.h"
@@ -18,9 +12,6 @@
 #include "common.h"
 #include "crypto/tls.h"
 
-extern int wpa_debug_level;
-extern int wpa_debug_show_keys;
-
 
 static void https_tls_event_cb(void *ctx, enum tls_event ev,
                               union tls_event_data *data)