diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 12:11:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 12:11:45 +0000 |
commit | da520665c36aa84dfb3fedb6d0d74cbd212ad29a (patch) | |
tree | e34119b1c9cb61c22332f7fbf145694e0d4f32f3 /usr.sbin | |
parent | cdabcd90d9a310b9e8295b6263846daf891e5114 (diff) |
a OCTET -> an OCTET;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 30685260bb4..b14c94f6047 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.6 2003/04/25 12:43:10 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.7 2003/04/30 12:11:44 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -3476,7 +3476,7 @@ unencrypted private keys. .It Fl nooct This option generates RSA private keys in a broken format that some software uses. -Specifically the private key should be enclosed in a OCTET STRING, +Specifically the private key should be enclosed in an OCTET STRING, but some software just includes the structure itself without the surrounding OCTET STRING. .It Fl embed |