From 328bd6024286a713e6f99fc7183e5deb5c553609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Jul 2009 13:36:35 +0300 Subject: [PATCH] Add missing line continuation backslash (cosmetic, no functional changes). --- contrib/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/openssl b/contrib/openssl index 9835a6c1..d4abdc11 100644 --- a/contrib/openssl +++ b/contrib/openssl @@ -217,7 +217,7 @@ _openssl() -crl_check_all -cert -certform \ -key -keyform -pass -dcert \ -dcertform -dkey -dkeyform \ - -dpass -dhparam -nbio + -dpass -dhparam -nbio \ -nbio_test -crlf -debug -msg \ -state -CApath -CAfile -nocert \ -cipher -quiet -no_tmp_rsa \