diff options
author | 2018-11-10 08:35:43 +0000 | |
---|---|---|
committer | 2018-11-10 08:35:43 +0000 | |
commit | 2d5d673c052509d108d0e722bbf97fa5c371f507 (patch) | |
tree | 504ae1accafedb36b38eae7da8cce08e579734e0 | |
parent | Regress client and server can do session reuse now. Test this with (diff) | |
download | wireguard-openbsd-2d5d673c052509d108d0e722bbf97fa5c371f507.tar.xz wireguard-openbsd-2d5d673c052509d108d0e722bbf97fa5c371f507.zip |
Speling
-rw-r--r-- | regress/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index c4133e32e56..b1caac92844 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2018/11/10 08:10:31 beck Exp $ +# $OpenBSD: Makefile,v 1.32 2018/11/10 08:35:43 beck Exp $ SUBDIR += asn1 SUBDIR += bytestring @@ -10,7 +10,7 @@ SUBDIR += ssl SUBDIR += tlsext SUBDIR += key_schedule SUBDIR += unit -# Things that take a long time shoud go below here. +# Things that take a long time should go below here. SUBDIR += interop install: |