diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-17 18:33:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-17 18:33:23 +0000 |
commit | 8afd649ee75e59147739f3473e17c36c49a34fcd (patch) | |
tree | 39656d6f59f80c1d72a1ea125ab944dfcddcae10 /regress/lib/libcrypto/Makefile | |
parent | 774870dfb0dfcacc5cc4b12ea68dbf4b3a070111 (diff) |
crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,
conveniently leaving the benchmark code not compiled in the test.
Diffstat (limited to 'regress/lib/libcrypto/Makefile')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 02734e992e0..46e867b81da 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/04/17 07:52:08 jsg Exp $ +# $OpenBSD: Makefile,v 1.3 2014/04/17 18:33:21 miod Exp $ SUBDIR= \ bf \ @@ -13,6 +13,7 @@ SUBDIR= \ engine \ evp \ exp \ + gcm128 \ hmac \ idea \ ige \ |