Commit 33bed28b authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix no-engine.



Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 41977c53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
#ifndef OPENSSSL_NO_ENGINE
#ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
#endif

+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@
#ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
#endif
#include <openssl/evp.h>
#include "internal/asn1_int.h"
#include "internal/evp_int.h"

+1 −1

File changed.

Contains only whitespace changes.