diff options
| author | bluhm <> | 2019-03-21 17:52:26 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-03-21 17:52:26 +0000 |
| commit | b45cb195c7a0d58f9ee417f6a2035faec7d3a555 (patch) | |
| tree | d4c71883bbe177b6baf5d88cb8291a632d61c143 /src/regress/lib/libssl/interop/cipher | |
| parent | 5430f0dbfbf99eded7421bc7a6df3d1eb3681e1d (diff) | |
| download | openbsd-b45cb195c7a0d58f9ee417f6a2035faec7d3a555.tar.gz openbsd-b45cb195c7a0d58f9ee417f6a2035faec7d3a555.tar.bz2 openbsd-b45cb195c7a0d58f9ee417f6a2035faec7d3a555.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/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 |
