fix "no-engine" build of test fixture
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
b6a8916102
commit
069c3c0908
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@
|
|||
#include <openssl/bio.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/conf.h>
|
||||
#include <openssl/engine.h>
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include "e_os.h"
|
||||
|
||||
/* Just a ClientHello without a cookie */
|
||||
|
|
Loading…
Reference in a new issue