diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-12 08:49:31 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-12 08:49:31 +0000 |
commit | e1b46123590fc7a28efbf439bc9bdb3bf95d5eba (patch) | |
tree | 64fd0aa456772b57272f5a984b45c1541fc08be6 /regress | |
parent | a72cc6be31afa97532ea4339ee6e5f3ea20fac68 (diff) |
dup line
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 0098885..317a460 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -34,7 +34,6 @@ testca.pem: printf ".\n.\n.\n.\n.\ntestca\n.\n" | \ openssl req -x509 -new -sha256 \ -key testca.key \ - -out cert.pem \ -days 365 -nodes \ -out testca.pem @echo |