diff options
author | guenther <> | 2014-05-18 22:04:14 +0000 |
---|---|---|
committer | guenther <> | 2014-05-18 22:04:14 +0000 |
commit | bf82f8039d52950f75f37cccfd9ea3a07a98a9bc (patch) | |
tree | e81c9ec1edaa5ea8b924ace9921c2fa9c389c5a2 /src/regress/lib/libcrypto/Makefile | |
parent | 68e33037c2e3ee88c2f07e6259cb0ec3c5a5e54f (diff) | |
download | openbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.tar.gz openbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.tar.bz2 openbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.zip |
Add regression test for UTF8_{getc,putc}()
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 6cf7191cd7..54fcae7c91 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2014/05/14 14:46:35 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2014/05/18 22:04:14 guenther Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
@@ -31,7 +31,8 @@ SUBDIR= \ | |||
31 | rmd \ | 31 | rmd \ |
32 | sha \ | 32 | sha \ |
33 | sha1 \ | 33 | sha1 \ |
34 | sha2 | 34 | sha2 \ |
35 | utf8 | ||
35 | 36 | ||
36 | install: | 37 | install: |
37 | 38 | ||