diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/cipher')
-rw-r--r-- | src/regress/lib/libssl/interop/cipher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/cipher/Makefile b/src/regress/lib/libssl/interop/cipher/Makefile index 5593ab233f..f300b86aa7 100644 --- a/src/regress/lib/libssl/interop/cipher/Makefile +++ b/src/regress/lib/libssl/interop/cipher/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2019/02/21 23:06:33 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2019/03/21 17:52:26 bluhm Exp $ |
2 | 2 | ||
3 | # Connect a client to a server. Both can be current libressl, or | 3 | # Connect a client to a server. Both can be current libressl, or |
4 | # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers | 4 | # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers |
@@ -94,7 +94,7 @@ client-${clib}-server-${slib}.ciphers: \ | |||
94 | # get ciphers shared between client and server | 94 | # get ciphers shared between client and server |
95 | sort client-${clib}.ciphers server-${slib}.ciphers >$@.tmp | 95 | sort client-${clib}.ciphers server-${slib}.ciphers >$@.tmp |
96 | uniq -d <$@.tmp >$@ | 96 | uniq -d <$@.tmp >$@ |
97 | # we are only interested in cipers supported by libressl | 97 | # we are only interested in ciphers supported by libressl |
98 | sort $@ client-libressl.ciphers >$@.tmp | 98 | sort $@ client-libressl.ciphers >$@.tmp |
99 | uniq -d <$@.tmp >$@ | 99 | uniq -d <$@.tmp >$@ |
100 | rm $@.tmp | 100 | rm $@.tmp |