diff options
author | jmc <> | 2003-04-30 12:11:44 +0000 |
---|---|---|
committer | jmc <> | 2003-04-30 12:11:44 +0000 |
commit | 385f2a93865ad3e59648464512ed0d339acdba26 (patch) | |
tree | 90b3085583077cbd616fe9ec8ad9b1f75f4b89ca /src | |
parent | 93094b52ab80eaa8ec649868cd4242a767f67a5d (diff) | |
download | openbsd-385f2a93865ad3e59648464512ed0d339acdba26.tar.gz openbsd-385f2a93865ad3e59648464512ed0d339acdba26.tar.bz2 openbsd-385f2a93865ad3e59648464512ed0d339acdba26.zip |
a OCTET -> an OCTET;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 30685260bb..b14c94f604 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.6 2003/04/25 12:43:10 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.7 2003/04/30 12:11:44 jmc 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 | .\" |
@@ -3476,7 +3476,7 @@ unencrypted private keys. | |||
3476 | .It Fl nooct | 3476 | .It Fl nooct |
3477 | This option generates RSA private keys in a broken format that some software | 3477 | This option generates RSA private keys in a broken format that some software |
3478 | uses. | 3478 | uses. |
3479 | Specifically the private key should be enclosed in a OCTET STRING, | 3479 | Specifically the private key should be enclosed in an OCTET STRING, |
3480 | but some software just includes the structure itself without the | 3480 | but some software just includes the structure itself without the |
3481 | surrounding OCTET STRING. | 3481 | surrounding OCTET STRING. |
3482 | .It Fl embed | 3482 | .It Fl embed |