diff options
| author | tb <> | 2022-07-18 09:17:44 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-18 09:17:44 +0000 |
| commit | 5f54900fa27ee42d497164e68e2090cf4a6fd9b9 (patch) | |
| tree | 5ae49dd938cabf379122510eaed13d98405c33ab /src | |
| parent | 8265bcfdb2e0107917005b805fd1583ca9f47264 (diff) | |
| download | openbsd-5f54900fa27ee42d497164e68e2090cf4a6fd9b9.tar.gz openbsd-5f54900fa27ee42d497164e68e2090cf4a6fd9b9.tar.bz2 openbsd-5f54900fa27ee42d497164e68e2090cf4a6fd9b9.zip | |
Revert accidental commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/Makefile b/src/regress/lib/libssl/tlsfuzzer/Makefile index 2731676303..b57b44daa7 100644 --- a/src/regress/lib/libssl/tlsfuzzer/Makefile +++ b/src/regress/lib/libssl/tlsfuzzer/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.5 2022/07/18 09:15:08 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/07/18 09:17:44 tb Exp $ |
| 2 | 2 | ||
| 3 | .if !exists(/usr/local/share/tlsfuzzer) | 3 | .if !exists(/usr/local/share/tlsfuzzer) |
| 4 | regress: | 4 | regress: |
| @@ -18,7 +18,7 @@ CLEANFILES += localhost.key localhost.crt | |||
| 18 | 18 | ||
| 19 | PORT ?= 4433 | 19 | PORT ?= 4433 |
| 20 | SLOW = -s | 20 | SLOW = -s |
| 21 | TIMING = -t | 21 | TIMING = # -t |
| 22 | VERBOSE = # -v | 22 | VERBOSE = # -v |
| 23 | 23 | ||
| 24 | regress-tlsfuzzer: certs | 24 | regress-tlsfuzzer: certs |
