Commit 37da54b1 authored by Richard Levitte's avatar Richard Levitte
Browse files

The #error message must match a very specific regexp (see mkdef.pl,

currently line 470).
parent 0fea7ed4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
#define HEADER_EC_H

#ifdef OPENSSL_NO_EC
#error Elliptic curves are disabled.
#error EC is disabled.
#endif

#include <openssl/bn.h>