From f125688768a0790da70cb8532617bfe622e85598 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 10 Jul 2018 16:58:15 +0000 Subject: [PATCH] +addsub --- regress/lib/libcrypto/bn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 93c3962e126..f8b08d1fc06 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2014/06/20 10:38:22 miod Exp $ +# $OpenBSD: Makefile,v 1.5 2018/07/10 16:58:15 tb Exp $ SUBDIR= \ + addsub \ general \ mont -- 2.20.1