summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cipher
diff options
context:
space:
mode:
authorbluhm <>2019-03-21 17:52:26 +0000
committerbluhm <>2019-03-21 17:52:26 +0000
commit4b69e569a2d9519abb4e7e10e2640d010e7d2744 (patch)
treed4c71883bbe177b6baf5d88cb8291a632d61c143 /src/regress/lib/libssl/interop/cipher
parent65eca37493d312bc1b0570e76d99874a39b2d52f (diff)
downloadopenbsd-4b69e569a2d9519abb4e7e10e2640d010e7d2744.tar.gz
openbsd-4b69e569a2d9519abb4e7e10e2640d010e7d2744.tar.bz2
openbsd-4b69e569a2d9519abb4e7e10e2640d010e7d2744.zip
Fix typo in usage and comment.
Diffstat (limited to 'src/regress/lib/libssl/interop/cipher')
-rw-r--r--src/regress/lib/libssl/interop/cipher/Makefile4
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