Commit a9c6d221 authored by Richard Levitte's avatar Richard Levitte
Browse files

Adapt all test programs

parent b3e5db40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#include <openssl/rand.h>
#include <openssl/asn1t.h>
#include "internal/numbers.h"
#include "test_main.h"
#include "testutil.h"

#ifdef __GNUC__
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include <openssl/asn1.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include "test_main.h"
#include "testutil.h"
#include "e_os.h"

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@

#include "ssltestlib.h"
#include "testutil.h"
#include "test_main_custom.h"

/* Should we fragment records or not? 0 = no, !0 = yes*/
static int fragment = 0;
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include "../ssl/packet_locl.h"
#include "../e_os.h" /* for OSSL_NELEM() */

#include "test_main.h"
#include "testutil.h"

/* For DTLS1_BAD_VER packets the MAC doesn't include the handshake header */
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */

#include "test_main_custom.h"
#include "testutil.h"

#include "../e_os.h"
Loading