diff options
author | Richard Levitte <levitte@openssl.org> | 2017-04-18 16:47:11 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-04-24 18:09:01 +0200 |
commit | a9c6d221055c3a85edb23b1364cd60baafed4b9f (patch) | |
tree | 92a20b6afa93ea50ce3567d05b39da42365bc3c5 /test/bioprinttest.c | |
parent | VMS: Make sure to include MAIN from static libraries if needed (diff) | |
download | openssl-a9c6d221055c3a85edb23b1364cd60baafed4b9f.tar.xz openssl-a9c6d221055c3a85edb23b1364cd60baafed4b9f.zip |
Adapt all test programs
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3243)
Diffstat (limited to 'test/bioprinttest.c')
-rw-r--r-- | test/bioprinttest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bioprinttest.c b/test/bioprinttest.c index ca0f1aadf6..418d6e4c8d 100644 --- a/test/bioprinttest.c +++ b/test/bioprinttest.c @@ -12,8 +12,6 @@ #include <openssl/bio.h> #include "internal/numbers.h" #include "testutil.h" -#include "test_main.h" -#include "test_main_custom.h" #define nelem(x) (int)(sizeof(x) / sizeof((x)[0])) |