diff options
author | jsing <> | 2015-02-06 08:48:39 +0000 |
---|---|---|
committer | jsing <> | 2015-02-06 08:48:39 +0000 |
commit | 60231b0f71e653d6ca298780f9270b9eb1be6a30 (patch) | |
tree | ab6b6b0345a1ab3b8a9e9fa38735f3b6858ef8fd /src/regress/lib/libssl/Makefile | |
parent | 04f5c3dd2b47368b601e30fea9b329d7e90e5233 (diff) | |
download | openbsd-60231b0f71e653d6ca298780f9270b9eb1be6a30.tar.gz openbsd-60231b0f71e653d6ca298780f9270b9eb1be6a30.tar.bz2 openbsd-60231b0f71e653d6ca298780f9270b9eb1be6a30.zip |
Add libssl ciphers regress, which currently only covers
get_cipher_by_char/put_cipher_by_char.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 00bc860d8e..f13ebf0b47 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.19 2014/07/13 16:03:54 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2015/02/06 08:48:39 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | ciphers \ | ||
5 | ssl | 6 | ssl |
6 | 7 | ||
7 | install: | 8 | install: |