From cc8925bff081ec36ac69be8b3681bff98f5d07da Mon Sep 17 00:00:00 2001 From: jim <> Date: Sun, 4 May 2014 22:26:33 +0000 Subject: Improve line wrapping for lines exceeding 80 chars. ok jmc@ --- src/lib/libcrypto/doc/PKCS12_create.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libcrypto/doc/PKCS12_create.pod') diff --git a/src/lib/libcrypto/doc/PKCS12_create.pod b/src/lib/libcrypto/doc/PKCS12_create.pod index 0a1e460cf1..382193ec95 100644 --- a/src/lib/libcrypto/doc/PKCS12_create.pod +++ b/src/lib/libcrypto/doc/PKCS12_create.pod @@ -38,13 +38,13 @@ The default MAC iteration count is 1 in order to retain compatibility with old software which did not interpret MAC iteration counts. If such compatibility is not required then B should be set to PKCS12_DEFAULT_ITER. -B adds a flag to the store private key. This is a non standard extension -that is only currently interpreted by MSIE. If set to zero the flag is omitted, -if set to B the key can be used for signing only, if set to B -it can be used for signing and encryption. This option was useful for old -export grade software which could use signing only keys of arbitrary size but -had restrictions on the permissible sizes of keys which could be used for -encryption. +B adds a flag to the store private key. This is a non standard +extension that is only currently interpreted by MSIE. If set to zero the flag +is omitted, if set to B the key can be used for signing only, if set +to B it can be used for signing and encryption. This option was useful +for old export grade software which could use signing only keys of arbitrary +size but had restrictions on the permissible sizes of keys which could be used +for encryption. =head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8 -- cgit v1.2.3-55-g6feb