summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid <>2003-03-22 08:02:03 +0000
committerdavid <>2003-03-22 08:02:03 +0000
commit2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9 (patch)
treea9860754c41ffaed941df311f5ca05c04a8cad75
parent121e69a3174716503bfd88f7116dc9853b35d1e2 (diff)
downloadopenbsd-2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9.tar.gz
openbsd-2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9.tar.bz2
openbsd-2850ebd15c3cfddf6fb7edcd08cb6b2c6f717be9.zip
missing space between macro argument and comma
ok jmc@
-rw-r--r--src/usr.sbin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index fc137abc18..c17d026e74 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.4 2003/03/18 12:58:22 david Exp $ 1.\" $OpenBSD: openssl.1,v 1.5 2003/03/22 08:02:03 david Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -1330,7 +1330,7 @@ Including 40 and 56 bits algorithms.
133040 bit export encryption algorithms 133040 bit export encryption algorithms
1331.It Ar EXPORT56 1331.It Ar EXPORT56
133256 bit export encryption algorithms. 133256 bit export encryption algorithms.
1333.It Ar eNULL, NULL 1333.It Ar eNULL , NULL
1334The "NULL" ciphers; that is those offering no encryption. 1334The "NULL" ciphers; that is those offering no encryption.
1335Because these offer no encryption at all and are a security risk 1335Because these offer no encryption at all and are a security risk
1336they are disabled unless explicitly included. 1336they are disabled unless explicitly included.
@@ -4337,7 +4337,7 @@ is an equivalent option.
4337.It Ar default_md 4337.It Ar default_md
4338This option specifies the digest algorithm to use. 4338This option specifies the digest algorithm to use.
4339Possible values include 4339Possible values include
4340.Ar md5, sha1 4340.Ar md5 , sha1
4341and 4341and
4342.Ar mdc2 . 4342.Ar mdc2 .
4343If not present then MD5 is used. 4343If not present then MD5 is used.