diff options
author | jmc <> | 2016-12-08 21:48:50 +0000 |
---|---|---|
committer | jmc <> | 2016-12-08 21:48:50 +0000 |
commit | 5418cbcc35c07098b601750bd5e31ff1f58ff2ca (patch) | |
tree | 51adef57c1053c866821a29d02e0261f7f40dce0 /src/lib/libcrypto/man/ASN1_STRING_print_ex.3 | |
parent | d005c040eb015cb7a531a0fc79d93c52f0a6d3fa (diff) | |
download | openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.tar.gz openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.tar.bz2 openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.zip |
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_print_ex.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_print_ex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 index f63975c47b..8b9d4821a0 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.5 2016/11/10 13:06:24 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.6 2016/12/08 21:48:50 jmc Exp $ |
2 | .\" OpenSSL bb9ad09e Mon Jun 6 00:43:05 2016 -0400 | 2 | .\" OpenSSL bb9ad09e Mon Jun 6 00:43:05 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson. | 4 | .\" This file was written by Dr. Stephen Henson. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: November 10 2016 $ | 52 | .Dd $Mdocdate: December 8 2016 $ |
53 | .Dt ASN1_STRING_PRINT_EX 3 | 53 | .Dt ASN1_STRING_PRINT_EX 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -189,7 +189,7 @@ is set, then the complete encoding is dumped | |||
189 | instead (including tag and length octets). | 189 | instead (including tag and length octets). |
190 | .Pp | 190 | .Pp |
191 | .Dv ASN1_STRFLGS_RFC2253 | 191 | .Dv ASN1_STRFLGS_RFC2253 |
192 | includes all the flags required by RFC2253. | 192 | includes all the flags required by RFC 2253. |
193 | It is equivalent to | 193 | It is equivalent to |
194 | .Dv ASN1_STRFLGS_ESC_2253 | | 194 | .Dv ASN1_STRFLGS_ESC_2253 | |
195 | .Dv ASN1_STRFLGS_ESC_CTRL | | 195 | .Dv ASN1_STRFLGS_ESC_CTRL | |