Fixed carry propagation bug in P-256 'm62' implementation (found by Auke Zeilstra...
[BearSSL] / Makefile
index 044f5bc..f7f24fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,5 +37,9 @@
 !else
 .POSIX:
 include mk/SingleUnix.mk
+# Extra hack for OpenBSD make.
+ifndef: all
+0: all
+endif: all
 # \
 !endif