Skip to content

Commit

Permalink
The #error message must match a very specific regexp (see mkdef.pl,
Browse files Browse the repository at this point in the history
currently line 470).
  • Loading branch information
levitte committed Sep 26, 2001
1 parent 0fea7ed commit 37da54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ec/ec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 37da54b

Please sign in to comment.